12000-07-18  Arno W. Peters  <A.W.Peters@ieee.org>
2
3	* Makefile.am: Added wlist.c.
4
5	* wlist.c: moved here from src/parser/wlist.c
6
72000-03-11  Paolo Nenzi <p.nenzi@ieee.org>
8
9	* missing_math.c: as Chris wrote:
10
11   	In missing_math.c line 50: changed the preprocessor directive
12	"#elif" to "#else" because the elif must have a condition
13	(ie. else if <condition>...).  Again seemingly no adverse side
14	effects.
15
161999-09-07  Arno  <A.W.Peters@ieee.org>
17
18	* string.c: put extra braces around assignment in if condition.
19
201999-09-03  Emmanuel Rouat  <emmanuel.rouat@wanadoo.fr>
21
22	* misc_time.c: renamed time.c into misc_time.c
23
24	* missing_math.c: renamed math.c into missing_math.c
25
26	* *.c: added header file for all .c files
27
281999-08-30  Paolo Nenzi <pnenzi@ieee.ing.uniroma1.it>
29
30	* Removed suffix.h and replaced GENERIC with void
31
32	* alloc.c: Modified the code of tmalloc, tralloc and txfree
33	functions. Now tmalloc uses calloc() instead of malloc+bzero
34	and all of them works on void *.
35
361999-08-29  Emmanuel Rouat  <emmanuel.rouat@wanadoo.fr>
37
38	* Made function decls ANSI using protoize
39
401999-08-28  Emmanuel Rouat  <emmanuel.rouat@wanadoo.fr>
41
42	* Removed all #includes of misc.h and util.h (now in spice.h)
43
441999-08-08  Emmanuel Rouat  <emmanuel.rouat@wanadoo.fr>
45
46	* Makefile.am (libmisc_a_SOURCES): removed dos_dirs.c (unused)
47
48	* string.c: changed HAS_INDEX in HAVE_INDEX
49
50	* dup2.c (dup2): changed HAS_FCNTL in HAVE_FCNTL_H
51
521999-08-06  Emmanuel Rouat  <emmanuel.rouat@wanadoo.fr>
53
54	* time.c: changed HAS_LOCALTIME in HAVE_LOCALTIME
55
56	* dup2.c:
57	changed HAS_DUP2 into HAVE_DUP2
58
591999-08-05  Emmanuel Rouat  <emmanuel.rouat@wanadoo.fr>
60
61	* ivars.c (env_overr): removed HAS_ENVIRON tests
62
63	* mktemp.c (smktemp): removed test on HAS_GETPID
64
651999-08-03  Emmanuel Rouat  <emmanuel.rouat@wanadoo.fr>
66
67	* string.c (bcopy): changed HAS_BCOPY into HAVE_BCOPY
68
69