chiark / gitweb /
mLib
23 years agoRemove some stray debugging code.
mdw [Sun, 16 Jul 2000 18:55:45 +0000 (18:55 +0000)]
Remove some stray debugging code.

23 years agoDocument the `pool' interface.
mdw [Sun, 16 Jul 2000 18:20:54 +0000 (18:20 +0000)]
Document the `pool' interface.

23 years agoChange to arena `realloc' interface, to fix a design bug.
mdw [Sun, 16 Jul 2000 12:31:50 +0000 (12:31 +0000)]
Change to arena `realloc' interface, to fix a design bug.

23 years agoSupport for resource pools, based on the Apache model.
mdw [Sun, 16 Jul 2000 12:28:48 +0000 (12:28 +0000)]
Support for resource pools, based on the Apache model.

23 years agoAdd 64-bit support, with faked arithmetic on 32-bit hosts.
mdw [Sun, 16 Jul 2000 12:28:28 +0000 (12:28 +0000)]
Add 64-bit support, with faked arithmetic on 32-bit hosts.

23 years agoTest equipment for the 64-bit arithmetic in `bits.h'.
mdw [Sun, 16 Jul 2000 12:28:00 +0000 (12:28 +0000)]
Test equipment for the 64-bit arithmetic in `bits.h'.

23 years agoVersion bump. 2.0.0pre2
mdw [Sun, 2 Jul 2000 22:21:34 +0000 (22:21 +0000)]
Version bump.

23 years agoFix constant name.
mdw [Sun, 2 Jul 2000 22:20:42 +0000 (22:20 +0000)]
Fix constant name.

23 years agoVarious new source files. 2.0.0pre1
mdw [Sat, 17 Jun 2000 10:39:43 +0000 (10:39 +0000)]
Various new source files.

23 years agoVersion bump.
mdw [Sat, 17 Jun 2000 10:39:28 +0000 (10:39 +0000)]
Version bump.

23 years agoExperimental new support for packet buffering.
mdw [Sat, 17 Jun 2000 10:39:19 +0000 (10:39 +0000)]
Experimental new support for packet buffering.

23 years agoAdd support for arena management.
mdw [Sat, 17 Jun 2000 10:39:00 +0000 (10:39 +0000)]
Add support for arena management.

23 years agoTrack changes to selbuf interface.
mdw [Sat, 17 Jun 2000 10:38:35 +0000 (10:38 +0000)]
Track changes to selbuf interface.

23 years agoAdd support for variable buffer sizes.
mdw [Sat, 17 Jun 2000 10:38:14 +0000 (10:38 +0000)]
Add support for variable buffer sizes.

23 years agoBasic arena management.
mdw [Sat, 17 Jun 2000 10:37:53 +0000 (10:37 +0000)]
Basic arena management.

23 years agoSupport for 24-bit types.
mdw [Sat, 17 Jun 2000 10:36:06 +0000 (10:36 +0000)]
Support for 24-bit types.

23 years agoMajor overhaul for arena support.
mdw [Sat, 17 Jun 2000 10:35:51 +0000 (10:35 +0000)]
Major overhaul for arena support.

23 years agoInitialize the token buffer properly.
mdw [Sat, 17 Jun 2000 10:35:07 +0000 (10:35 +0000)]
Initialize the token buffer properly.

23 years agoUpdate for new arena management.
mdw [Sat, 17 Jun 2000 10:34:55 +0000 (10:34 +0000)]
Update for new arena management.

24 years agoVersion bump. 1.6.3
mdw [Thu, 23 Mar 2000 23:21:44 +0000 (23:21 +0000)]
Version bump.

24 years agoRearrange timeout handling to avoid list corruptions.
mdw [Thu, 23 Mar 2000 20:42:08 +0000 (20:42 +0000)]
Rearrange timeout handling to avoid list corruptions.

24 years agoFormatting mistake fixed. 1.6.2
mdw [Wed, 22 Dec 1999 15:41:44 +0000 (15:41 +0000)]
Formatting mistake fixed.

24 years agoSkip past trailing whitespace in str_getword.
mdw [Wed, 22 Dec 1999 15:41:14 +0000 (15:41 +0000)]
Skip past trailing whitespace in str_getword.

24 years agoFix argument reuse in DPUTS.
mdw [Wed, 22 Dec 1999 15:39:51 +0000 (15:39 +0000)]
Fix argument reuse in DPUTS.

24 years agoFix overflow in dstr_putline.
mdw [Wed, 22 Dec 1999 15:39:28 +0000 (15:39 +0000)]
Fix overflow in dstr_putline.

24 years agoVersion bump.
mdw [Sun, 12 Dec 1999 17:37:03 +0000 (17:37 +0000)]
Version bump.

24 years agoFix description of `alloc'.
mdw [Sun, 12 Dec 1999 12:58:35 +0000 (12:58 +0000)]
Fix description of `alloc'.

24 years agoFix comment formatting error.
mdw [Sat, 11 Dec 1999 11:12:17 +0000 (11:12 +0000)]
Fix comment formatting error.

24 years agoSupport for different sizes and types of integers.
mdw [Fri, 10 Dec 1999 23:42:12 +0000 (23:42 +0000)]
Support for different sizes and types of integers.

24 years agoChange header file guard names.
mdw [Fri, 10 Dec 1999 23:42:04 +0000 (23:42 +0000)]
Change header file guard names.

24 years agoUse library annotations.
mdw [Fri, 10 Dec 1999 23:41:51 +0000 (23:41 +0000)]
Use library annotations.

24 years agoAllow more characters to start words in test vector files. 1.6.1
mdw [Sun, 21 Nov 1999 13:01:39 +0000 (13:01 +0000)]
Allow more characters to start words in test vector files.

24 years agoVersion bump.
mdw [Sun, 21 Nov 1999 13:01:01 +0000 (13:01 +0000)]
Version bump.

24 years agoMark test types as constant.
mdw [Tue, 16 Nov 1999 15:03:31 +0000 (15:03 +0000)]
Mark test types as constant.

24 years agoUse `libtool' to generate a shared library. 1.6.0
mdw [Thu, 11 Nov 1999 18:47:34 +0000 (18:47 +0000)]
Use `libtool' to generate a shared library.

24 years agoNew configuration system for library clients.
mdw [Thu, 11 Nov 1999 17:48:28 +0000 (17:48 +0000)]
New configuration system for library clients.

24 years agoMinor changes to allocation strategy.
mdw [Sat, 6 Nov 1999 12:40:45 +0000 (12:40 +0000)]
Minor changes to allocation strategy.

24 years agoArgument naming changes. Describe naming conventions for array types.
mdw [Fri, 5 Nov 1999 14:33:14 +0000 (14:33 +0000)]
Argument naming changes.  Describe naming conventions for array types.

24 years agoMinor change in argument naming.
mdw [Fri, 5 Nov 1999 14:32:43 +0000 (14:32 +0000)]
Minor change in argument naming.

24 years agoFix include error, pointed out by Chris Rutter. 1.5.0
mdw [Sat, 30 Oct 1999 11:56:21 +0000 (11:56 +0000)]
Fix include error, pointed out by Chris Rutter.

24 years agoFix include error, pointed out by Chris Rutter.
mdw [Sat, 30 Oct 1999 11:28:39 +0000 (11:28 +0000)]
Fix include error, pointed out by Chris Rutter.

24 years agoNew array adjustment macros for unsigned arguments.
mdw [Fri, 29 Oct 1999 22:59:22 +0000 (22:59 +0000)]
New array adjustment macros for unsigned arguments.

24 years agoMinor edits.
mdw [Thu, 28 Oct 1999 22:05:42 +0000 (22:05 +0000)]
Minor edits.

24 years agoModify and debug allocation routines.
mdw [Thu, 28 Oct 1999 22:05:29 +0000 (22:05 +0000)]
Modify and debug allocation routines.

24 years agoSilly grammatical mistake.
mdw [Wed, 27 Oct 1999 12:04:51 +0000 (12:04 +0000)]
Silly grammatical mistake.

24 years agoDescribe new manual pages.
mdw [Fri, 22 Oct 1999 22:44:13 +0000 (22:44 +0000)]
Describe new manual pages.

24 years agoDocument DSTR_INIT.
mdw [Fri, 22 Oct 1999 22:44:02 +0000 (22:44 +0000)]
Document DSTR_INIT.

24 years agoVarious little fixes.
mdw [Fri, 22 Oct 1999 22:41:30 +0000 (22:41 +0000)]
Various little fixes.

24 years agoNew manual page.
mdw [Fri, 22 Oct 1999 22:41:20 +0000 (22:41 +0000)]
New manual page.

24 years agoMore manual page stubs.
mdw [Fri, 22 Oct 1999 22:41:04 +0000 (22:41 +0000)]
More manual page stubs.

24 years agoNew source files. New testing system for sym and dynarray.
mdw [Fri, 22 Oct 1999 22:40:49 +0000 (22:40 +0000)]
New source files.  New testing system for sym and dynarray.

24 years agoChange naming slightly. Still not documented, though.
mdw [Fri, 22 Oct 1999 22:40:25 +0000 (22:40 +0000)]
Change naming slightly.  Still not documented, though.

24 years agoSeparate function for parsing user trace specs.
mdw [Fri, 22 Oct 1999 22:40:08 +0000 (22:40 +0000)]
Separate function for parsing user trace specs.

24 years agoNew documented interface for tracing.
mdw [Fri, 22 Oct 1999 22:39:52 +0000 (22:39 +0000)]
New documented interface for tracing.

24 years agoAdd an exception group for mLib.
mdw [Fri, 22 Oct 1999 22:39:18 +0000 (22:39 +0000)]
Add an exception group for mLib.

24 years agoNew dynamic array implementation replaces `dynarray.h'.
mdw [Fri, 22 Oct 1999 22:37:26 +0000 (22:37 +0000)]
New dynamic array implementation replaces `dynarray.h'.

24 years agoTest rig for dynamic arrays.
mdw [Fri, 22 Oct 1999 22:37:09 +0000 (22:37 +0000)]
Test rig for dynamic arrays.

24 years agoNew test structure for symbol tables.
mdw [Fri, 22 Oct 1999 22:36:37 +0000 (22:36 +0000)]
New test structure for symbol tables.

24 years agoCorrections and general updates.
mdw [Fri, 22 Oct 1999 22:35:56 +0000 (22:35 +0000)]
Corrections and general updates.

24 years agoSuperceded by darray.
mdw [Thu, 21 Oct 1999 21:43:52 +0000 (21:43 +0000)]
Superceded by darray.

24 years agoChange support for erroneous Base64 streams with length 1 mod 4.
mdw [Fri, 15 Oct 1999 21:08:46 +0000 (21:08 +0000)]
Change support for erroneous Base64 streams with length 1 mod 4.

24 years agoNew modules.
mdw [Mon, 4 Oct 1999 21:53:26 +0000 (21:53 +0000)]
New modules.

24 years agoFind libraries for standalone name resolver server.
mdw [Mon, 4 Oct 1999 21:48:50 +0000 (21:48 +0000)]
Find libraries for standalone name resolver server.

24 years agoLots of new source files.
mdw [Mon, 4 Oct 1999 21:47:12 +0000 (21:47 +0000)]
Lots of new source files.

24 years agoMinor tidyings.
mdw [Mon, 4 Oct 1999 21:46:26 +0000 (21:46 +0000)]
Minor tidyings.

24 years agoNew function `pquis'.
mdw [Mon, 4 Oct 1999 21:45:27 +0000 (21:45 +0000)]
New function `pquis'.

24 years agoMove `dstr_putf' and `dstr_vputf' into a separate source file.
mdw [Mon, 4 Oct 1999 21:44:47 +0000 (21:44 +0000)]
Move `dstr_putf' and `dstr_vputf' into a separate source file.

24 years agoUndefine PATHSEP when finished with.
mdw [Mon, 4 Oct 1999 21:44:06 +0000 (21:44 +0000)]
Undefine PATHSEP when finished with.

24 years agoAdded ident client from `fw'.
mdw [Mon, 4 Oct 1999 21:41:58 +0000 (21:41 +0000)]
Added ident client from `fw'.

24 years agoAdded background resolver from `fw'.
mdw [Mon, 4 Oct 1999 21:40:42 +0000 (21:40 +0000)]
Added background resolver from `fw'.

24 years ago(sel_select): Almost pointless efficiency tweak.
mdw [Sun, 26 Sep 1999 14:28:11 +0000 (14:28 +0000)]
(sel_select): Almost pointless efficiency tweak.

24 years agoVersion bump. 1.4.1
mdw [Fri, 3 Sep 1999 08:02:49 +0000 (08:02 +0000)]
Version bump.

24 years agoMake `#' a special character which needs escaping.
mdw [Fri, 3 Sep 1999 08:02:05 +0000 (08:02 +0000)]
Make `#' a special character which needs escaping.

24 years agoNew function `sel_force' to force a descriptor to be `selected'.
mdw [Tue, 31 Aug 1999 17:42:23 +0000 (17:42 +0000)]
New function `sel_force' to force a descriptor to be `selected'.

24 years agoDocument new features. Include types with tabulated function arguments 1.4.0
mdw [Thu, 19 Aug 1999 18:32:02 +0000 (18:32 +0000)]
Document new features.  Include types with tabulated function arguments
and structure members.

24 years agoInclude types with tabulated function arguments and structure members.
mdw [Thu, 19 Aug 1999 18:31:46 +0000 (18:31 +0000)]
Include types with tabulated function arguments and structure members.

24 years agoBoring.
mdw [Thu, 19 Aug 1999 18:31:11 +0000 (18:31 +0000)]
Boring.

24 years agoImprove signal handling to prevent signals from being lost.
mdw [Thu, 19 Aug 1999 18:31:04 +0000 (18:31 +0000)]
Improve signal handling to prevent signals from being lost.

24 years agoImplement hooks for foreign select-using systems (currently not well
mdw [Thu, 19 Aug 1999 18:30:26 +0000 (18:30 +0000)]
Implement hooks for foreign select-using systems (currently not well
tested).

24 years agoImprove type safety for sym_iter objects.
mdw [Mon, 2 Aug 1999 16:53:48 +0000 (16:53 +0000)]
Improve type safety for sym_iter objects.

24 years agoMore uninteresting manual pages.
mdw [Mon, 2 Aug 1999 14:48:29 +0000 (14:48 +0000)]
More uninteresting manual pages.

24 years agoDistribute new `hash' module.
mdw [Mon, 2 Aug 1999 14:47:21 +0000 (14:47 +0000)]
Distribute new `hash' module.

24 years agoDescribe new `hash' module.
mdw [Mon, 2 Aug 1999 14:47:13 +0000 (14:47 +0000)]
Describe new `hash' module.

24 years agoRemove some unnecessary definitions.
mdw [Mon, 2 Aug 1999 14:47:04 +0000 (14:47 +0000)]
Remove some unnecessary definitions.

24 years agoBreak low-level hashtable code out from sym.
mdw [Mon, 2 Aug 1999 14:45:48 +0000 (14:45 +0000)]
Break low-level hashtable code out from sym.

24 years agoMinor tidying and typo correction.
mdw [Fri, 30 Jul 1999 06:50:24 +0000 (06:50 +0000)]
Minor tidying and typo correction.

24 years agoAdd lots of references to manual pages, and fix a typo.
mdw [Wed, 28 Jul 1999 22:23:08 +0000 (22:23 +0000)]
Add lots of references to manual pages, and fix a typo.

24 years agoRemove spurious space from the synopsis section.
mdw [Wed, 28 Jul 1999 22:15:12 +0000 (22:15 +0000)]
Remove spurious space from the synopsis section.

24 years agoFix relative order of `automake' and `autoconf'.
mdw [Tue, 27 Jul 1999 18:59:13 +0000 (18:59 +0000)]
Fix relative order of `automake' and `autoconf'.

24 years agoFixed typo in `NAME' section.
mdw [Tue, 27 Jul 1999 18:26:59 +0000 (18:26 +0000)]
Fixed typo in `NAME' section.

24 years agoMore generated manual pages.
mdw [Mon, 26 Jul 1999 23:21:14 +0000 (23:21 +0000)]
More generated manual pages.

24 years agoBug fix: remove the selector before doing the callback, in case client
mdw [Mon, 26 Jul 1999 23:21:02 +0000 (23:21 +0000)]
Bug fix: remove the selector before doing the callback, in case client
adds a writer for the connected socket.

24 years agoNew source files.
mdw [Mon, 26 Jul 1999 23:19:44 +0000 (23:19 +0000)]
New source files.

24 years agoAdd references to new pages.
mdw [Mon, 26 Jul 1999 23:19:27 +0000 (23:19 +0000)]
Add references to new pages.

24 years agoImprove formatting for `.VS' sections.
mdw [Mon, 26 Jul 1999 23:19:00 +0000 (23:19 +0000)]
Improve formatting for `.VS' sections.

24 years agoManipulate file descriptor flags.
mdw [Mon, 26 Jul 1999 23:16:59 +0000 (23:16 +0000)]
Manipulate file descriptor flags.

24 years agoSignal handling integrated into I/O system.
mdw [Mon, 26 Jul 1999 23:16:26 +0000 (23:16 +0000)]
Signal handling integrated into I/O system.

24 years agoFiddling with environment variables.
mdw [Mon, 26 Jul 1999 23:15:57 +0000 (23:15 +0000)]
Fiddling with environment variables.

24 years agoPrevent some macros from re-evaluating their arguments.
mdw [Wed, 14 Jul 1999 19:45:24 +0000 (19:45 +0000)]
Prevent some macros from re-evaluating their arguments.

24 years agoBoring.
mdw [Tue, 6 Jul 1999 19:36:52 +0000 (19:36 +0000)]
Boring.