- 06 Aug, 2001 1 commit
-
-
From-SVN: r44657
GCC Administrator committed
-
- 05 Aug, 2001 1 commit
-
-
From-SVN: r44641
GCC Administrator committed
-
- 04 Aug, 2001 1 commit
-
-
From-SVN: r44627
GCC Administrator committed
-
- 03 Aug, 2001 1 commit
-
-
From-SVN: r44593
GCC Administrator committed
-
- 02 Aug, 2001 1 commit
-
-
From-SVN: r44564
GCC Administrator committed
-
- 01 Aug, 2001 1 commit
-
-
From-SVN: r44534
GCC Administrator committed
-
- 31 Jul, 2001 1 commit
-
-
From-SVN: r44505
GCC Administrator committed
-
- 30 Jul, 2001 1 commit
-
-
From-SVN: r44468
GCC Administrator committed
-
- 29 Jul, 2001 1 commit
-
-
From-SVN: r44452
GCC Administrator committed
-
- 28 Jul, 2001 1 commit
-
-
From-SVN: r44436
GCC Administrator committed
-
- 27 Jul, 2001 1 commit
-
-
From-SVN: r44415
GCC Administrator committed
-
- 26 Jul, 2001 1 commit
-
-
From-SVN: r44383
GCC Administrator committed
-
- 25 Jul, 2001 1 commit
-
-
From-SVN: r44332
GCC Administrator committed
-
- 24 Jul, 2001 1 commit
-
-
From-SVN: r44288
GCC Administrator committed
-
- 23 Jul, 2001 1 commit
-
-
From-SVN: r44258
GCC Administrator committed
-
- 22 Jul, 2001 1 commit
-
-
From-SVN: r44236
GCC Administrator committed
-
- 21 Jul, 2001 1 commit
-
-
From-SVN: r44224
GCC Administrator committed
-
- 20 Jul, 2001 1 commit
-
-
From-SVN: r44186
GCC Administrator committed
-
- 19 Jul, 2001 1 commit
-
-
From-SVN: r44146
GCC Administrator committed
-
- 18 Jul, 2001 3 commits
-
-
configure.in (_XOPEN_SOURCE, [...]): Move these defines before tests which might be affected by them. 2001-07-18 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Move these defines before tests which might be affected by them. (_XOPEN_SOURCE_EXTENDED): Define. * libI77/configure, libI77/config.h.in: Regenerate. From-SVN: r44133
Toon Moene committed -
configure.in (_XOPEN_SOURCE, [...]): Move these defines before tests which might be affected by them. * libU77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Move these defines before tests which might be affected by them. (_XOPEN_SOURCE_EXTENDED): Define. * libU77/configure, libU77/config.hin: Regenerate. From-SVN: r44108
Kaveh R. Ghazi committed -
From-SVN: r44100
GCC Administrator committed
-
- 17 Jul, 2001 1 commit
-
-
From-SVN: r44066
GCC Administrator committed
-
- 16 Jul, 2001 1 commit
-
-
From-SVN: r44031
GCC Administrator committed
-
- 15 Jul, 2001 1 commit
-
-
From-SVN: r44015
GCC Administrator committed
-
- 14 Jul, 2001 1 commit
-
-
From-SVN: r44004
GCC Administrator committed
-
- 13 Jul, 2001 1 commit
-
-
From-SVN: r43977
GCC Administrator committed
-
- 12 Jul, 2001 1 commit
-
-
From-SVN: r43960
GCC Administrator committed
-
- 11 Jul, 2001 1 commit
-
-
From-SVN: r43925
GCC Administrator committed
-
- 10 Jul, 2001 2 commits
-
-
2001-07-10 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/fio.h: Revert type of url from off_t to int. * libI77/dfe.c (c_dfe): Cast offset expression in FSEEK to off_t. * libI77/due.c (c_due): Ditto. (e_rdue): Ditto. * libI77/ftell_.c (G77_ftell_0): Cast result of FTELL to integer. (G77_fseek_0): Cast offset argument of FSEEK to off_t. From-SVN: r43910
Toon Moene committed -
From-SVN: r43890
GCC Administrator committed
-
- 09 Jul, 2001 1 commit
-
-
From-SVN: r43859
GCC Administrator committed
-
- 08 Jul, 2001 1 commit
-
-
From-SVN: r43845
GCC Administrator committed
-
- 07 Jul, 2001 3 commits
-
-
2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/Makefile.in: Update config.h dependencies. * libI77/configure.in: Define _XOPEN_SOURCE and _FILE_OFFSET_BITS unconditionally. * libI77/configure: Rebuilt. * libI77/config.h.in: Rebuilt. * libI77/endfile.c (t_runc): Replace rewind by FSEEK. * libI77/err.c (f__nowwriting): The type of `loc' is off_t. * libI77/open.c (f_open): Replace rewind by FSEEK. * libI77/rewind.c: Include config.h. (f_rew): Replace rewind by FSEEK. * libI77/sfe.c: Include config.h. * libI77/wsfe.c: Ditto. * libU77/configure.in: Define _XOPEN_SOURCE and _FILE_OFFSET_BITS unconditionally. * libU77/configure: Rebuilt. * libU77/config.hin: Rebuilt. From-SVN: r43841
Toon Moene committed -
2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/Makefile.in: Add necessary dependencies on config.h. Co-Authored-By: Pedro Vazquez <vazquez@penelope.iqm.unicamp.br> From-SVN: r43835
Toon Moene committed -
From-SVN: r43833
GCC Administrator committed
-
- 06 Jul, 2001 2 commits
-
-
2001-07-06 Toon Moene <toon@moene.indiv.nluug.nl> Pedro Vazquez <vazquez@penelope.iqm.unicamp.br> * configure.in: Check for fseeko, ftello. * configure: Rebuilt. * config.h.in: Rebuilt. * fio.h: Define FSEEK to be fseek or fseeko, depending on configure's findings. Ditto for FTELL and ftell / ftello. * backspace.c (f_back): Use FSEEK for fseek, FTELL for ftell. * dfe.c (c_dfe): Ditto. * due.c (c_due, e_rdue): Ditto. * endfile.c (t_runc): Ditto. * err.c (f__nowreading, f__nowwriting): Ditto. * ftell_.c (G77_ftell_0, G77_fseek_0): Ditto. * inquire.c (f_inqu): Ditto. * open.c (f_open): Ditto. * rdfmt.c (rd_ed): Ditto. * sue.c (s_wsue, e_wsue, e_rsue): Ditto. Co-Authored-By: Pedro Vazquez <vazquez@penelope.iqm.unicamp.br> From-SVN: r43806
Toon Moene committed -
From-SVN: r43802
GCC Administrator committed
-
- 05 Jul, 2001 1 commit
-
-
From-SVN: r43775
GCC Administrator committed
-
- 04 Jul, 2001 1 commit
-
-
From-SVN: r43761
Zack Weinberg committed
-