History of configure of 92a0e45fc625c5d2

History of the file that is called configure at check-in 92a0e45fc625c5d2

2011-09-05
14:36
Deleted: Removed generated files from version control check-in: [0d42a059cd] user: rkeene, branch: trunk, size: 0
2007-01-17
08:07
libconfig 0.2.5 Corrected typo (Thanks to T. Hayfield of GMAIL.COM) file: [bbf23b7277] check-in: [956afb5655] user: rkeene, branch: trunk, size: 496669 [annotate] [blame] [check-ins using] [diff]
2007-01-16
03:14
libconfig 0.2.4 Added support for "double" and "float" types Moved the test config file into a user directory file: [0edb2b50bd] check-in: [d281965daf] user: rkeene, branch: trunk, size: 496669 [annotate] [blame] [check-ins using] [diff]
2007-01-15
23:45
libconfig 0.2.3 Patched Makefile's install target to handle destinations with spaces in the name correctly. Patch by T. Hayfield of GMAIL.COM file: [76ccdd1124] check-in: [dbd6b11bf6] user: rkeene, branch: trunk, size: 496661 [annotate] [blame] [check-ins using] [diff]
2006-12-17
19:57
libconfig 0.2.2 Fixed missing install commands for new man pages (oops) file: [d360572a6d] check-in: [b3554bc362] user: rkeene, branch: trunk, size: 496661 [annotate] [blame] [check-ins using] [diff]
19:40
libconfig 0.2.1 Updated typos in man pages, made "SEE ALSO" more consistent Added manpage formatting for new man pages, added lc_handle_type man page file: [b0751438d7] check-in: [8e0181d70f] user: rkeene, branch: trunk, size: 496661 [annotate] [blame] [check-ins using] [diff]
19:15
libconfig 0.2.0 released file: [d01fd0ab60] check-in: [f205c925b8] user: rkeene, branch: trunk, size: 496469 [annotate] [blame] [check-ins using] [diff]
03:35
Added working addr and ipv4 conversion functions file: [cbe500dd7e] check-in: [525f68fcf8] user: rkeene, branch: trunk, size: 496478 [annotate] [blame] [check-ins using] [diff]
2005-10-18
16:03
Fixed compile error caused by Subversion update confusion. libconfig 0.1.21 file: [9aa86e081f] check-in: [45472c6a14] user: rkeene, branch: trunk, size: 496454 [annotate] [blame] [check-ins using] [diff]
16:00
Added missing error line/file information for conf_apache libconfig 0.1.20 file: [7fc4d03a11] check-in: [b9a32192b7] user: rkeene, branch: trunk, size: 496454 [annotate] [blame] [check-ins using] [diff]
2005-07-18
11:54
Updated configure process on Win32 to use DLL base. Fixed "lc_cleanup" causing segfaults. file: [243499a4d9] check-in: [793852910f] user: rkeene, branch: trunk, size: 496454 [annotate] [blame] [check-ins using] [diff]
2005-03-05
11:30
Began adding IPv6 support file: [148d79f3e2] check-in: [2ae4c0df0a] user: rkeene, branch: trunk, size: 496444 [annotate] [blame] [check-ins using] [diff]
2004-12-25
20:00
Fixed last fix for Mac OS X shared libraries, oops. libconfig 0.1.16 file: [26f4f96e22] check-in: [4d7bd96b4e] user: rkeene, branch: trunk, size: 496445 [annotate] [blame] [check-ins using] [diff]
19:45
Updated Mac OS X support (7.7.0 with gcc 3.3 now works) Added a --enable-small that disables a few options to make a smaller library. Updated win32 build to make an i386 object explicitly (this may have been the default) libconfig 0.1.15 file: [b1456b5c41] check-in: [0febd33a2d] user: rkeene, branch: trunk, size: 496433 [annotate] [blame] [check-ins using] [diff]
2004-12-20
00:49
Fixed typo where getpwuid was checked for twice. file: [6843199f78] check-in: [cb1b3fadc8] user: rkeene, branch: trunk, size: 491540 [annotate] [blame] [check-ins using] [diff]
00:44
Cygwin was made its own port. Various fixes to strtoll replacement. libconfig 0.1.14 file: [748c63413f] check-in: [7d6fa8e6b1] user: rkeene, branch: trunk, size: 494350 [annotate] [blame] [check-ins using] [diff]
2004-12-18
18:55
More cygwin fixes. libconfig 0.1.12 file: [d03de2dbe9] check-in: [c1e4573958] user: rkeene, branch: trunk, size: 494123 [annotate] [blame] [check-ins using] [diff]
10:46
Win32 fixes. libconfig 0.1.8 file: [6fc31f0c70] check-in: [5baa5c16a6] user: rkeene, branch: trunk, size: 491283 [annotate] [blame] [check-ins using] [diff]
10:05
Win32 support fixed. Added a new man page (lc_cleanup) file: [2142567030] check-in: [80d18a8d82] user: rkeene, branch: trunk, size: 491283 [annotate] [blame] [check-ins using] [diff]
2004-12-03
12:19
Merged patches from Mirko Buffoni <mirko.buffoni@synthesys.it> That fixed installation and RPM `spec file' issues. file: [2dd96896d3] check-in: [1c4c941633] user: rkeene, branch: trunk, size: 491275 [annotate] [blame] [check-ins using] [diff]
2004-11-24
23:40
Updated man pages. Updated Makefile.in to delete new man pages. Updated configure.ac to check for fopen_net() instead of open_net(). file: [fd25645a6f] check-in: [5eff930a35] user: rkeene, branch: trunk, size: 491275 [annotate] [blame] [check-ins using] [diff]
23:13
Added an optional dependency to libopennet. If libopennet is used fopen_net is used instead of fopen. Made lc_process_file() a publicly callable function. Added a (blank!) man page for it. Made lc_cleanup() a publicly callable function, and removed calls to it from lc_process(). Added a (blank!) man page for it. file: [306d8f9a52] check-in: [cff8496e42] user: rkeene, branch: trunk, size: 491255 [annotate] [blame] [check-ins using] [diff]
2004-11-23
14:18
Updated build process to correct flags issue. file: [ede94350f1] check-in: [5f5c336351] user: rkeene, branch: trunk, size: 475152 [annotate] [blame] [check-ins using] [diff]
2004-11-22
02:00
Added a .spec file Changed license to MIT libconfig 0.1.3 file: [37daa62be8] check-in: [4596d49a10] user: rkeene, branch: trunk, size: 474561 [annotate] [blame] [check-ins using] [diff]
2004-10-31
20:46
Changed to `strtoull' to `strtoll' and updated code. Changed URL in header Added TODO libconfig 0.1.1 file: [9b522e9e7d] check-in: [59af3f328b] user: rkeene, branch: trunk, size: 474561 [annotate] [blame] [check-ins using] [diff]
2004-10-29
16:33
Updated manual pages. The "extraconfig" files are now processed before the /etc ones. file: [80531d32c6] check-in: [304f4b8d4a] user: rkeene, branch: trunk, size: 474562 [annotate] [blame] [check-ins using] [diff]
04:02
Updated documentation added INSTALL document libconfig 0.1.0 file: [8d41d5a2ce] check-in: [1bde205ce1] user: rkeene, branch: trunk, size: 474478 [annotate] [blame] [check-ins using] [diff]
03:10
Fixed some warnings. libconfig 0.0.8 file: [485196b7cc] check-in: [58c3554ca1] user: rkeene, branch: trunk, size: 474478 [annotate] [blame] [check-ins using] [diff]
03:01
Updated to remove PRINTERR and PRINTERR_D (Mac OS X's c preprocessor doesn't handle variadic macros) Updated strtoull.c to work. Added config.guess/config.sub (needed for determining SHLIBEXT) A few misc changes. libconfig 0.0.7 file: [21d0f9a3db] check-in: [2eca7c583b] user: rkeene, branch: trunk, size: 474478 [annotate] [blame] [check-ins using] [diff]
00:35
Fixed OBJLIBS to create a SHOBJLIBS variable that has the correct format. libconfig version 0.0.5 file: [b23cf47211] check-in: [eacf820f19] user: rkeene, branch: trunk, size: 465720 [annotate] [blame] [check-ins using] [diff]
2004-10-28
23:55
Updated the way configure looks for how to build shared objects. libconfig version 0.0.4 file: [7deba5fa62] check-in: [affd29c5ef] user: rkeene, branch: trunk, size: 465581 [annotate] [blame] [check-ins using] [diff]
2004-10-26
13:19
Updated man pages. Updated lc_process_files() to work. file: [b7be557787] check-in: [92a0e45fc6] user: rkeene, branch: trunk, size: 474749 [annotate] [blame] [check-ins using] [diff]
2004-10-24
14:26
Lots of improvements to libconfig: We now process the command line arguments ourselves rather than using getopt(). We now process Apache-style config files. Began work on documentation. Many more bug fixes file: [3e2a72d1bf] check-in: [6a0a10a0ab] user: rkeene, branch: trunk, size: 471973 [annotate] [blame] [check-ins using] [diff]
2004-10-22
23:42
Added: Created libconfig project. file: [743edb59b5] check-in: [0334619956] user: rkeene, branch: trunk, size: 471081 [annotate] [blame] [check-ins using]