|
d4d84c1d
|
2011-07-31T21:16:15
|
|
stdioext: Add support for Minix.
* lib/fbufmode.c (fbufmode) [__minix]: Add conditional code.
* lib/fpurge.c (fpurge): Likewise.
* lib/freadahead.c (freadahead): Likewise.
* lib/freadable.c (freadable): Likewise.
* lib/freading.c (freading): Likewise.
* lib/freadptr.c (freadptr): Likewise.
* lib/freadseek.c (freadptrinc): Likewise.
* lib/fseeko.c (rpl_fseeko): Likewise.
* lib/fseterr.c (fseterr): Likewise.
* lib/fwritable.c (fwritable): Likewise.
* lib/fwriting.c (fwriting): Likewise.
* lib/fflush.c (clear_ungetc_buffer): Update comment.
* m4/fpending.m4 (gl_PREREQ_FPENDING): Add a variant for Minix.
|
|
75fb803d
|
2011-02-22T08:21:47
|
|
maint: adjust cpp indentation for my modules, as well
* Makefile (sc_cpp_indent_check): Add my name.
* lib/fbufmode.c: Filter through cppi.
* lib/fpurge.c: Likewise.
* lib/freadable.c: Likewise.
* lib/freading.c: Likewise.
* lib/fwritable.c: Likewise.
* lib/fwriting.c: Likewise.
* lib/sigaction.c: Likewise.
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
d60f3b0c
|
2011-01-01T20:17:23
|
|
maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
|
|
1a56c64d
|
2010-12-22T17:37:34
|
|
Port extended stdio modules to HP NonStop Kernel.
* lib/stdio-impl.h (_IOERR, _IOREAD, _IOWRT, _IORW) [__TANDEM]: New
macros.
* lib/fbufmode.c: Update comments.
* lib/fflush.c: Likewise.
* lib/fpurge.c: Likewise.
* lib/freadable.c: Likewise.
* lib/freadahead.c: Likewise.
* lib/freading.c: Likewise.
* lib/freadptr.c: Likewise.
* lib/freadseek.c: Likewise.
* lib/fseeko.c: Likewise.
* lib/fseterr.c: Likewise.
* lib/fwritable.c: Likewise.
* lib/fwriting.c: Likewise.
Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
|
|
b2e2010c
|
2010-01-01T10:31:12
|
|
update nearly all FSF copyright year lists to include 2010
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
|
|
441aa304
|
2009-12-10T20:28:30
|
|
Use spaces for indentation, not tabs.
|
|
2795a047
|
2009-08-15T16:43:58
|
|
fpurge: don't wrap working cygwin implementation
* lib/fpurge.c (fpurge): Fix comment typo.
* modules/fpurge (Makefile.am): Make replacement conditional,
partially reverting 2007-04-29 change.
* tests/test-fpurge.c (main): Enhance test.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
0d626a9b
|
2009-06-24T06:49:00
|
|
fpurge: migrate into <stdio.h>
* lib/fpurge.h: Delete...
* lib/stdio.in.h (fpurge): ...and declare here, instead.
* lib/fpurge.c (fpurge): Change declaring header.
* modules/fpurge (Files): Drop deleted file.
(Depends-on): Add stdio.
(configure.ac): Set witness.
* modules/stdio (Makefile.am): Support fpurge macros.
* m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
* m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
* lib/fflush.c: Update client.
* tests/test-fpurge.c: Likewise.
* NEWS: Mention the change.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
e0ffcc54
|
2009-03-01T11:01:31
|
|
More support for FreeMiNT.
|
|
81fe603b
|
2009-02-28T21:24:24
|
|
Add tentative support for FreeMiNT.
|
|
594e0a34
|
2008-11-10T12:46:10
|
|
Add note about Haiku.
|
|
a2c5f8d9
|
2008-11-10T12:37:32
|
|
Add support for Haiku.
|
|
284866a4
|
2008-04-26T18:58:00
|
|
Add tentative support for DragonFly BSD.
|
|
569eba62
|
2008-04-26T18:12:05
|
|
New private include file lib/stdio-impl.h.
|
|
b3dc1843
|
2008-04-17T02:01:23
|
|
Add tentative support for Linux libc5.
|
|
cc6492ad
|
2008-04-10T00:56:00
|
|
Port the extended stdio functions to emx+gcc.
|
|
b0db0595
|
2008-04-08T13:11:19
|
|
Add tentative support for OpenServer.
|
|
619d36ef
|
2007-11-07T01:36:49
|
|
Fix port to QNX.
|
|
57fdfd3f
|
2007-10-07T19:14:58
|
|
Change copyright notice from GPLv2+ to GPLv3+.
|
|
e0cbd8d3
|
2007-10-03T22:16:40
|
|
Add support for QNX (untested).
|
|
555c3d66
|
2007-06-09T01:27:49
|
|
Add support for uClibc 0.9.29.
|
|
87b4ad29
|
2007-04-29T12:16:55
|
|
Work around fpurge bug on BSD systems.
|
|
a507c022
|
2007-04-25T13:22:15
|
|
* lib/fpurge.c (includes): Use stdlib.h for free.
* tests/test-fflush.c (main): Also test fflush-fseeko.
|
|
a04720d3
|
2007-04-23T08:47:17
|
|
Free a malloc()ed ungetc buffer.
|
|
c0216264
|
2007-04-16T15:02:36
|
|
Fix fpurge for cygwin.
* lib/fpurge.c (fpurge): Fix order of operation flub, and return a
value.
* modules/fpurge-tests (Depends-on): Clean up trash.
|
|
92b81629
|
2007-04-14T00:25:21
|
|
New module 'fpurge'.
|