File: ChangeLog

package info (click to toggle)
cpl 6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 21,956 kB
  • ctags: 9,599
  • sloc: ansic: 124,060; sh: 15,516; makefile: 643
file content (478 lines) | stat: -rw-r--r-- 12,038 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
2007-01-29 Monday  rpalsa

	* autogen.sh: Function bt_libtoolize() added and libltdl support
	added.

2007-01-29 Monday  rpalsa

	* autogen.sh: Command 'grep -E' replaced by oldfashioned 'egrep' to
	make SunOS and HP-UX happy.

2006-11-13 Monday  llundin

	* tests/cxlist-test.c, tests/cxmap-test.c, tests/cxslist-test.c,
	tests/cxstring-test.c, tests/cxtree-test.c: main(): Explicitly
	declare argument as void

2006-07-25 Tuesday  rpalsa

	* cext/cxmemory.c: cx_memory_calloc_fallback(): Inline function
	specifier removed to avoid problems with gcc 4.1.x.

2006-07-24 Monday  cplmgr

	* ChangeLog: Updated.

2006-07-21 Friday  rpalsa

	* m4/eso.m4: Definition of ESO_ENABLE_DEBUG: Typo fixed in check
	for support of the gcc compiler option -g3.

2006-06-13 Tuesday  rpalsa

	* tests/Makefile.am: AM_LDFLAGS: Changed from -all-static to
	-static, so that the tests may be used with valgrind.

2006-06-13 Tuesday  rpalsa

	* .cvsignore: Updated to package version 1.0.5.

2006-06-13 Tuesday  rpalsa

	* cext/cxlist.c, cext/cxfileutils.h, cext/cxfileutils.c,
	admin/html.am: Updated to package version 1.0.5.

2006-06-13 Tuesday  rpalsa

	* cext/Makefile.am, cext/cxutils.h, cext/cxutils.c,
	cext/cxtypes.h.top, cext/cxtree.h, cext/cxtree.c,
	cext/cxstrutils.h, cext/cxstrutils.c, cext/cxstring.h,
	cext/cxstring.c, cext/cxslist.h, cext/cxslist.c, cext/cxmultimap.h,
	cext/cxmultimap.c, cext/cxmessages.h, cext/cxmessages.c,
	cext/cxmemory.h, cext/cxmemory.c, cext/cxmap.h, cext/cxmap.c,
	cext/cxmacros.h, cext/cxlist.h: Updated to package version 1.0.5.

2006-06-13 Tuesday  rpalsa

	* cext/snprintf.c: Beautified.

2006-06-13 Tuesday  rpalsa

	* tests/cxtree-test.c, tests/cxstring-test.c, tests/cxslist-test.c,
	tests/cxmap-test.c, tests/cxlist-test.c, cext/snprintf.h: Updated
	to package version 1.0.5.

2006-06-13 Tuesday  rpalsa

	* tests/Makefile.am: Updated to package version 1.0.5.	AM_LDFLAGS:
	Changed from -all-static to -static, so that tests can be used with
	valgrind.

2006-06-13 Tuesday  rpalsa

	* Makefile.am, Doxyfile.in, COPYING, configure.ac: Updated to
	package version 1.0.5.

2006-06-12 Monday  rpalsa

	* cext/cxslist.c: Extra empty line added.

2006-06-12 Monday  rpalsa

	* cext/cxmessages.h: Extra line at the end removed.

2006-06-12 Monday  rpalsa

	* tests/cxmap-test.c: cx_test_map_greater_char(): Put back.

2006-06-12 Monday  rpalsa

	* tests/cxmap-test.c: cx_test_map_dump(): keyword static added to
	function definition

2006-06-12 Monday  rpalsa

	* tests/cxtree-test.c: cx_test_tree_dump(): keyword static added to
	function definition

2006-06-12 Monday  rpalsa

	* tests/cxslist-test.c: cx_test_slist_dump(): keyword static added
	to function definition

2006-06-12 Monday  rpalsa

	* tests/cxlist-test.c: cx_test_list_dump(): keyword static added to
	function definition

2006-06-12 Monday  rpalsa

	* cext/cxslist.h, cext/cxstring.c, cext/cxstring.h,
	cext/cxstrutils.h, cext/cxtree.c, cext/cxtree.h,
	cext/cxtypes.h.top, cext/cxutils.c, cext/cxutils.h,
	cext/snprintf.h, cext/cxfileutils.c, cext/cxfileutils.h,
	cext/cxlist.h, cext/cxmacros.h, cext/cxmap.c, cext/cxmap.h,
	cext/cxmemory.c, cext/cxmemory.h, cext/cxmessages.c,
	cext/cxmessages.h, cext/cxmultimap.c, cext/cxmultimap.h: Copyright
	and FSF address updated.

2006-06-12 Monday  rpalsa

	* tests/cxstring-test.c: Copyright updated.

2006-06-12 Monday  rpalsa

	* COPYING: Copyright and FSF address updated.

2006-06-12 Monday  rpalsa

	* tests/Makefile.am, tests/cxlist-test.c, tests/cxmap-test.c,
	tests/cxslist-test.c, tests/cxtree-test.c, cext/Makefile.am,
	Makefile.am: Copyright and FSF address updated.

2006-06-12 Monday  rpalsa

	* cext/cxlist.c, cext/cxslist.c, cext/cxstrutils.c: Fixes from
	CPL-1_0-BRANCH for non-standard (non C99) usage of the inline
	function specifier merged in.

2006-06-12 Monday  rpalsa

	* tests/cxstring-test.c: Disable terminal output from individual
	tests by default. Environment variable VERBOSE is used to enable
	verbose output from the tests.

2006-06-12 Monday  rpalsa

	* configure.ac: Package and library version updated.

2006-06-09 Friday  rpalsa

	* cext/cxlist.c, cext/cxslist.c, cext/cxstrutils.c: Non standard
	(C99) usage of inline function specifier fixed.

2006-06-09 Friday  rpalsa

	* tests/cxstring-test.c: Disable terminal output from individual
	tests by default. (Needs to be improved!)

2006-05-04 Thursday  rpalsa

	* admin/html.am: Move definition of HTML_BUILD_DIR outside of
	MAINTAINER_MODE conditional.

2006-05-04 Thursday  rpalsa

	* Makefile.am: Set SUBDIRS variable without using indirection.

2006-05-04 Thursday  rpalsa

	* Doxyfile.in: OUTPUT_DIRECTORY setting corrected.

2006-05-04 Thursday  rpalsa

	* autogen.sh: Workaround for autoreconf problem with libltdl
	convenience library implemented.

2006-04-21 Friday  rpalsa

	* .cvsignore: Updated.

2006-04-21 Friday  rpalsa

	* admin/.cvsignore: Added.

2006-04-21 Friday  rpalsa

	* cext/cxstring.c, cext/cxtree.c: Compiler warnings fixed.

2006-04-21 Friday  rpalsa

	* cext/cxmessages.c: Compiler warnings fixed.

2006-04-21 Friday  rpalsa

	* cext/Makefile.am: Add cxtypes.h to DISTCLEANFILES. Rule for
	creating cxtypes.h updated with explicit directory prefixes.

2006-04-21 Friday  rpalsa

	* configure.ac: Package and library version updated.

2006-04-21 Friday  rpalsa

	* Makefile.am: Various directory prefixes adapted.

2006-04-21 Friday  rpalsa

	* bootstrap: Updated to call autogen.sh. Kept for backwards
	compatibility.

2006-04-21 Friday  rpalsa

	* autogen.sh: Added.

2006-04-21 Friday  rpalsa

	* acinclude.m4: Macro ESO_ENABLE_DEBUG(): Logic inverted in check
	whether debugging code should be generated.

2006-04-21 Friday  rpalsa

	* tests/Makefile.am: Build directory added to INCLUDES. Symbol
	AM_LDFLAGS added.

2006-04-21 Friday  rpalsa

	* admin/config.guess, admin/config.sub, admin/depcomp,
	admin/install-sh, admin/ltmain.sh, admin/missing,
	admin/mkinstalldirs: Obsolete.

2006-04-21 Friday  rpalsa

	* admin/html.am: Use build directory instead of source directory as
	target for doxygen output.

2006-04-21 Friday  rpalsa

	* Doxyfile.in: Added.

2006-04-21 Friday  rpalsa

	* m4/eso.m4: Added.

2006-04-20 Thursday  rpalsa

	* cext/cxstrutils.c: cx_strjoinv(): Increment local variable i
	properly, when joining the array elements.

2006-04-07 Friday  rpalsa

	* m4/eso.m4: Macro definition ESO_CHECK_FUNC: Move AC_CHECK_DECL
	call before the option pedantic errors is added to the CFLAGS.
	Otherwise the ISO C Standard compliance makes this macro not
	working as intended, since it contains a conversion from function
	pointer to object pointer.

2006-04-07 Friday  rpalsa

	* configure.ac: Pacakge and library version updated.

2006-04-07 Friday  rpalsa

	* tests/Makefile.am: Add build directory to INCLUDES.

2006-04-07 Friday  rpalsa

	* cext/Makefile.am: Target cxtypes.h: Use proper directory prefix
	for built sources.

2006-04-07 Friday  rpalsa

	* cext/cxmessages.c, cext/cxstring.c, cext/cxstrutils.c: Compiler
	warnings fixed.

2006-04-07 Friday  rpalsa

	* acinclude.m4: Macro definition CEXT_ENABLE_DEBUG: Logic inverted
	in check for debug code generation.

2006-04-07 Friday  rpalsa

	* autogen.sh: Added.

2006-04-07 Friday  rpalsa

	* autogen.sh: file autogen.sh was initially added on branch
	CPL-1_0-BRANCH.

2006-04-07 Friday  rpalsa

	* bootstrap: Updated to use autoreconf.

2006-04-07 Friday  rpalsa

	* Makefile.am: Updated for changed location of the M4 macro files.

2006-04-04 Tuesday  rpalsa

	* m4/eso.m4: Added.

2006-04-04 Tuesday  rpalsa

	* m4/eso.m4: file eso.m4 was initially added on branch
	CPL-1_0-BRANCH.

2006-04-04 Tuesday  rpalsa

	* admin/.cvsignore: Added.

2006-04-04 Tuesday  rpalsa

	* admin/.cvsignore: file .cvsignore was initially added on branch
	CPL-1_0-BRANCH.

2006-04-04 Tuesday  rpalsa

	* admin/config.guess, admin/config.sub, admin/depcomp,
	admin/install-sh, admin/ltmain.sh, admin/missing,
	admin/mkinstalldirs: Obsolete.

2005-12-02 Friday  cplmgr

	* ChangeLog: Updated.

2005-12-02 Friday  rpalsa

	* tests/Makefile.am: Symbol AM_LDFLAGS added.

2005-08-16 Tuesday  rpalsa

	* cext/cxtree.c: Use inline function specifier according to ISO/IEC
	9899:1999(E) 6.7.4 3

2005-08-16 Tuesday  rpalsa

	* configure.ac: Package and library version updated.
	ESO_SET_LIBRARY_VERSION: Comment indicating its calling sequence
	added.

2005-08-16 Tuesday  rpalsa

	* cext/cxstring.c: Use inline function specifier according to
	ISO/IEC 9899:1999(E) 6.7.4 3

2005-04-15 Friday  rpalsa

	* m4macros/eso.m4: Fixes from revision 1.2.2.5 imported.

2005-03-23 Wednesday  cplmgr

	* tests/cxmap-test.c: Function cx_test_map_greater_char() removed.

2004-11-30 Tuesday  rpalsa

	* configure.ac: Change required version of aoutoconf to 2.59

2004-11-09 Tuesday  rpalsa

	* bootstrap: Make the script tolerant in case the libltdl directory
	  exists, but is empty

2004-06-23 Wednesday  rpalsa

	* cext/snprintf.c: Fix bug with %% conversion code

2004-06-15 Tuesday  rpalsa

	* acinclude.m4: Use correct quoting in macro definitions.

2004-06-15 Tuesday  rpalsa

	* bootstrap: Required version of GNU build tools updated.

2004-06-15 Tuesday  rpalsa

	* configure.ac: Required version of autoconf updated.

2004-06-15 Tuesday  rpalsa

	* admin/ltmain.sh: Updated to new version from libtool 1.5.6

2004-06-15 Tuesday  rpalsa

	* admin/html.am: Definition of target html removed. Already
	  provided by automake 1.8.5

2004-06-15 Tuesday  rpalsa

	* admin/config.guess, admin/config.sub, admin/depcomp,
	  admin/install-sh, admin/missing, admin/mkinstalldirs: Updated to
	  new version from automake 1.8.5

2004-06-15 Tuesday  rpalsa

	* Makefile.am, cext/Makefile.am, tests/Makefile.am: Required
	  version of automake updated.

2004-06-15 Tuesday  rpalsa

	* m4macros/eso.m4: Use correct quoting in macro definitions. Use
	  the AC_RUN_IFELSE macro instead of AC_TRY_RUN

2004-06-11 Friday  rpalsa

	* m4macros/eso.m4: Replace macro AC_TRY_RUN with AC_RUN_IFELSE

2004-05-19 Wednesday  cplmgr

	* tests/Makefile.am: Remove -all-static from LDFLAGS. Seems to
	  cause problems on Mac OS X

2004-05-19 Wednesday  cplmgr

	* ChangeLog: Updated.

2004-05-18 Tuesday  rpalsa

	* admin/html.am: Definition of target html removed. Already
	  provided by automake.

2004-05-18 Tuesday  rpalsa

	* admin/config.guess, admin/config.sub, admin/depcomp,
	  admin/install-sh, admin/missing, admin/mkinstalldirs: Updated
	  with new version from automake 1.8.5

2004-05-18 Tuesday  rpalsa

	* admin/ltmain.sh: Updated with new version from libtool 1.5.6

2004-05-18 Tuesday  rpalsa

	* Makefile.am, cext/Makefile.am, tests/Makefile.am: Update required
	  automake version.

2004-05-18 Tuesday  rpalsa

	* bootstrap: Update required build tool versions

2004-05-18 Tuesday  rpalsa

	* acinclude.m4, m4macros/eso.m4: Add proper quoting to macro
	  definitions.

2004-05-14 Friday  cplmgr

	* ChangeLog: Updated.

2004-04-08 Thursday  rpalsa

	* m4macros/eso.m4: In ESO_FUNC_STRDUP: Change pil_strdup to
	  cx_strdup in the symbol definition

2004-01-02 Friday  rpalsa

	* cext/Makefile.am, tests/Makefile.am: MAINTAINER_MODE conditional
	  added.

2003-12-29 Monday  rpalsa

	* cext/cxmemory.c, cext/cxmemory.h, cext/cxmessages.c,
	  cext/cxmessages.h, cext/cxmultimap.c, cext/cxmultimap.h,
	  cext/cxslist.c, cext/cxslist.h, cext/cxstring.c, cext/cxstring.h,
	  cext/cxstrutils.c, cext/cxstrutils.h, cext/cxtree.c,
	  cext/cxtree.h, cext/cxtypes.h.bot, cext/cxtypes.h.top,
	  cext/cxutils.c, cext/cxutils.h, cext/snprintf.c, cext/snprintf.h,
	  cext/Makefile.am, cext/cxfileutils.c, cext/cxfileutils.h,
	  cext/cxlist.c, cext/cxlist.h, cext/cxmacros.h, cext/cxmap.c,
	  cext/cxmap.h, AUTHORS, BUGS, COPYING, ChangeLog, INSTALL,
	  Makefile.am, NEWS, README, TODO, configure.ac: Merged in changes
	  from CPL-1_0-BRANCH, release cpl-1_0

2003-12-29 Monday  rpalsa

	* tests/Makefile.am, tests/cxlist-test.c, tests/cxmap-test.c,
	  tests/cxslist-test.c, tests/cxstring-test.c, tests/cxtree-test.c:
	  Merged in changes from CPL-1_0-BRANCH