Commit graph

142 commits

Author SHA1 Message Date
Nicolas Sicard
4b1e5f8a6a Fixed whitespace 2016-01-20 22:51:02 +01:00
Nicolas Sicard
5c60f4c02a Updated sqlite3 to version 3.10.1 2016-01-20 08:58:35 +01:00
Walter Bright
cf22992cbb Merge pull request #3768 from CyberShadow/pull-20151024-051829
HTML fixes
2015-10-24 15:05:00 -07:00
Vladimir Panteleev
86cf380007 HTML fixes 2015-10-24 06:19:23 +00:00
Brian Schott
5a2d290de9 Merge pull request #3722 from Abscissa/for-issue-14413
Doc formatting fixes for DMD PR 4745
2015-10-16 21:27:46 -07:00
Nick Sabalausky
d121265f9f Requested fixes from pull request. 2015-10-15 16:34:23 -04:00
Nick Sabalausky
a53d6f3607 Fix trailing whitespace, once more. 2015-10-14 16:30:38 -04:00
Nick Sabalausky
bc956a6764 Fix trailing whitespace, again. 2015-10-14 16:25:25 -04:00
Nick Sabalausky
4388f49b4d Fix trailing whitespace. 2015-10-14 16:16:40 -04:00
Nick Sabalausky
67c5781d3c Fix UL/LI 2015-10-14 16:08:27 -04:00
Nick Sabalausky
b46de002e1 Doc formatting fixes for https://github.com/D-Programming-Language/dmd/pull/4745 2015-10-14 15:29:14 -04:00
Marc Schütz
9088ce541b Remove executable flag from source files 2015-10-14 20:00:57 +02:00
Vladimir Panteleev
52d6930daf Use canonical links to forum.dlang.org
http://forum.dlang.org/help#canonical
2015-10-07 10:55:51 +00:00
Vladimir Panteleev
b1dfdf138b etc.c.sqlite3: Fix incorrect constness of sqlite3_err* functions
Introduced in 79b0531be3
2015-09-01 05:35:41 +00:00
Vladimir Panteleev
ac701a6cb9 etc.c.sqlite3: Fix and add missing declarations from SQLite 3.8.6
Fixes issue 14798
2015-09-01 05:32:55 +00:00
Martin Nowak
9fe6ebceaf fix clearIfSupported implementation
- to clear an option like ssl_ctx that depends
  on the compile-time configuration of the used
  curl library

- update CurlError enum
  obsolete4 was reused as CURLE_NOT_BUILT_IN

- unknown_telnet_option was incorrectly named
  (doesn't have anything to do with telnet)
2015-08-25 01:05:12 +02:00
Martin Nowak
592ce24379 dynamically load libcurl
- avoids issues with versioned symbols on different platforms
- lazy loading/initialization of curl library
- fix Issue 13324
- try to load curl from the exe itself before loading a shared library
  thus allowing to link against a different or a static curl library
2015-08-22 16:27:45 +02:00
Adam D. Ruppe
87f7af1fd5 eliminate dangerous and/or useless casts from zlib 2015-07-22 10:28:33 -04:00
Andrei Alexandrescu
3582040b8a Add Windows instructions 2015-07-20 13:28:23 -04:00
Andrei Alexandrescu
9a3ad0c610 Add ODBC linking instructions 2015-07-19 15:43:22 -04:00
Rainer Schuetze
e2e374490a remove CR and tabs 2015-07-08 06:55:20 +02:00
Andrei Alexandrescu
a890169d28 Make SQL_SUCCEEDED a template 2015-06-11 17:41:52 -07:00
Andrei Alexandrescu
db50ef2a92 Make couple more inline functions templates 2015-06-11 17:32:56 -07:00
Andrei Alexandrescu
27728fd303 Make SQL_LEN_BINARY_ATTR a template 2015-06-11 17:29:42 -07:00
Andrei Alexandrescu
ee91658531 Canonical forum link 2015-06-11 17:13:21 -07:00
Andrei Alexandrescu
6b5270277c Make small functions derived from C macros templates so they don't require linking with ODBC 2015-06-09 19:12:16 -07:00
Andrei Alexandrescu
e37343ba49 Add etc.c.odbc 2015-06-09 18:21:50 -07:00
Rainer Schuetze
adab223837 remove trailing whitespace, detab, tolf 2015-05-31 11:24:01 +02:00
Brad Roberts
f4c0bbd472 fix const-ness of char* parameters and mark some apis as @trusted 2015-04-16 11:19:19 -07:00
Dmitry Atamanov
5951ab4a42 update zlib to v.1.2.8 2015-01-24 08:58:35 +05:00
Martin Nowak
c67d20c581 etc.c.curl is missing "convenient" aliases
- those are used in all examples as if they
  were "real" options, so make them part of
  CurlOption enum
2014-12-12 13:26:27 +01:00
Martin Nowak
6a93794050 fix constness of some char* 2014-11-20 13:41:15 +01:00
Joakim
800506b794 Deprecate last remaining module from std.c and move it to druntime 2014-10-31 12:04:41 -05:00
Joakim
093d636de4 Deprecate std.c.* and move all remaining declarations to core.stdc.* 2014-10-14 09:26:21 -05:00
Robert burner Schadek
744766116b sqlite3 update
-- new enums
-- whitespace fixes
-- struct {}; to struct {}

quickfur
2014-10-02 15:02:57 +02:00
Rainer Schuetze
3ed25d61ae use CRuntime_DigitalMars/CRuntime_Microsoft instead of Win32/Win64 where appropriate 2014-08-23 16:14:18 +02:00
Dmitry Olshansky
87b5d3991f Merge pull request #2121 from AndrejMitrovic/Fix8756
Issue 8756 - Add link to location of curl static library
2014-05-06 22:40:41 +04:00
Andrej Mitrovic
2493b9c7eb Fix Issue 10931 - etc.c.zlib is missing proper const annotations for parameters and uses C-style pointer declarations. 2014-04-24 21:49:31 +02:00
Andrej Mitrovic
e34c3ca875 Fix Issue 8767 - Add note on where to download the curl static library when using x86 Windows. 2014-04-24 20:52:36 +02:00
Andrei Alexandrescu
cda294749b Update sqlite3.d 2014-03-15 09:33:37 -07:00
Andrei Alexandrescu
d5694fdcd5 Update sqlite3.d 2014-03-15 09:33:09 -07:00
monarchdodra
fd8540072d Remove trailing white 2014-01-08 08:30:28 +01:00
Martin Nowak
d0e51e109f fix Issue 10710 - phobos depends on versioned libcurl
- create a libcurl_stub.so for linking

- set it's soname to libcurl.so.4 so that phobos
  gets a DT_NEEDED libcurl.so.4 entry

- the runtime linker will load libcurl.so and resolve
  all undefined references

- disable pragma(lib, "curl") because it doesn't work
  for archives anyways and additionally links against
  the real libcurl (dmd appends -L-lcurl when building phobos).
2013-12-20 15:38:11 +01:00
Rainer Schuetze
b1522ff7b9 avoid "partial" quotes, it breaks forwarding on the command line 2013-03-08 12:54:23 +01:00
Rainer Schuetze
c7cd8c29a2 make win*.mak more adjustable to the build environment 2013-03-08 10:44:46 +01:00
Martin Nowak
10de5435d6 turn on optimizations and suppress logo 2013-02-06 22:42:56 +01:00
Rainer Schuetze
446119bdae fix z_stream struct layout for win64 2012-11-24 18:22:37 +01:00
1100110
72a3700332 Fix Typo in etc/c/sqlite3 2012-11-04 17:41:36 -06:00
Walter Bright
2452a00c70 add Win64 makefiles 2012-09-10 15:21:50 -07:00
Vladimir Panteleev
ff106ce830 etc.c.sqlite3: Annotate extern variables as such 2012-02-17 02:41:52 +02:00