summaryrefslogtreecommitdiffstats
path: root/libf2c
Commit message (Collapse)AuthorAgeFilesLines
...
* Daily bump.gccadmin2001-07-303-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44468 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-293-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44452 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-283-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44436 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-273-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44415 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-263-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44383 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-253-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44332 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-243-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44288 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-233-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44258 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-223-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44236 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-213-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44224 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-203-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44186 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-193-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44146 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-18 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-184-88/+105
| | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44133 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Moveghazi2001-07-184-83/+101
| | | | | | | | | | these defines before tests which might be affected by them. (_XOPEN_SOURCE_EXTENDED): Define. * libU77/configure, libU77/config.hin: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44108 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-183-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44100 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-173-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44066 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-163-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44031 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-153-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44015 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-143-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44004 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-133-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43977 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-123-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43960 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-113-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43925 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-10 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-105-7/+15
| | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43910 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-103-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43890 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-093-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43859 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-083-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43845 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-0714-8/+77
| | | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43841 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-072-36/+40
| | | | | | | * libI77/Makefile.in: Add necessary dependencies on config.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43835 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-073-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43833 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-06 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-0615-42/+189
| | | | | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43806 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-063-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43802 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-053-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43775 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Take PICFLAG and RUNTESTFLAGS out of FLAGS_TO_PASS.zack2001-07-042-3/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43761 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-043-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43749 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-033-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43723 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-023-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43684 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-01 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-012-0/+5
| | | | | | | * libI77/fio.h: Include <sys/types.h> for off_t. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43678 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-01 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-017-11/+18
| | | | | | | | | | | | | | Pedro Vazquez <vazquez@penelope.iqm.unicamp.br> * libI77/fio.h: Use off_t when appropriate. * libI77/backspace.c (f_back): Ditto. * libI77/endfile.c (t_runc): Ditto. * libI77/err.c (f__nowreading): Ditto. * libI77/ftell_.c (unit_chk): Ditto. * libI77/sue.c (global f__recloc, s_wsue): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43670 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-07-013-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43668 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-303-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43663 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-293-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43652 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-283-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43630 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-273-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43606 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-263-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43571 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-253-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43551 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-243-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43538 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-233-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43525 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-223-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43501 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-213-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43482 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-203-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43468 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud