|
56f19906
|
2007-09-02T11:13:02
|
|
Fix mis-recognition of 'mcs' on QNX 6.
|
|
d68417c0
|
2007-08-22T12:54:21
|
|
Move getline and getdelim into stdio.h, per POSIX 200x.
* modules/getline (Files): Remove getline.h.
(Depends-on): Add stdio.
(configure.ac): Add module indicator.
* modules/getdelim (Files): Remove getdelim.h.
(Depends-on): Add stdio.
(configure.ac): Add module indicator.
* modules/stdio (Makefile.am): Work with new indicators.
* m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
* m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
* m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
* lib/getdelim.h: Delete.
* lib/getline.h: Delete.
* lib/stdio_.h (getdelim, getline): Declare.
* modules/getdelim-tests: New module.
* modules/getline-tests: Likewise.
* tests/test-getdelim.c: New file.
* tests/test-getline.c: Likewise.
* NEWS: Document the change.
* lib/getline.c: Update choice of header.
* lib/csharpcomp.c: Likewise.
* lib/getpass.c: Likewise.
* lib/javacomp.c: Likewise.
* lib/javaversion.c: Likewise.
* lib/yesno.c: Likewise.
* lib/getdelim.c: Likewise.
(getdelim): Set errno on failure, and avoid memory leak.
|
|
90988ede
|
2007-06-09T11:11:14
|
|
Update after allocsa -> malloca renaming.
|
|
20668199
|
2006-10-31T19:18:54
|
|
Make it compile in C++ mode.
|
|
99099106
|
2006-09-14T14:18:36
|
|
Include <config.h> unconditionally.
|
|
b7b79704
|
2006-07-22T14:24:36
|
|
Update csharpcomp module from GNU gettext 0.15.
|
|
d3d0152e
|
2006-04-26T15:55:46
|
|
* lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c,
lib/execute.c, lib/javacomp.c: Back out previous change.
|
|
6d8d4e52
|
2006-04-25T20:58:26
|
|
* lib/wait-process.h (wait_subprocess): Accept a new exitsignal argument.
* lib/wait-process.c (wait_subprocess): Always set *exitsignal to 0 when
present and set it to the offending signal when the child exits due to
a signal.
* lib/csharpcomp.c, lib/execute.c, lib/javacomp.c: Update all callers.
|
|
261bf559
|
2005-12-02T13:40:07
|
|
Fix portability bug w.r.t. Microsoft's csc compiler.
|
|
d1bd0e64
|
2005-06-08T12:10:25
|
|
New module 'csharpcomp'.
|