summaryrefslogtreecommitdiff
path: root/gas/input-file.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing white spaces on gasH.J. Lu2013-01-101-1/+1
* PR gas/14201Alan Modra2012-06-071-24/+9
* * input-file.c (input_file_open): Check for empty input files.Nick Clifton2010-11-171-2/+20
* update copyright datesAlan Modra2009-09-021-1/+1
* * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton2009-06-221-1/+1
* Switch to GPLv3Nick Clifton2007-07-031-2/+2
* * input-file.c (input_file_open): Check fgets return.Alan Modra2007-01-121-4/+4
* 2006-09-13 Jan Beulich <jbeulich@novell.com>Jan Beulich2006-09-131-1/+1
* * input-file.c (input_file_open): Replace as_perror with as_badAlan Modra2006-09-121-12/+8
* remove some duplicate #include's.Alan Modra2006-06-071-4/+1
* * README-vms: Delete.Alan Modra2005-08-111-10/+0
* Update the address and phone number of the FSFNick Clifton2005-05-051-2/+2
* * Makefile.am (GAS_CFILES): Remove bignum-copy.c.Ben Elliston2005-04-291-6/+0
* update copyright datesAlan Modra2005-03-031-1/+1
* * input-file.c (input_file_open): Rearrange to avoid warning.Alan Modra2005-02-211-9/+15
* Fix calls to as_perror() so that the errno system message will be printed.Nick Clifton2003-12-191-13/+16
* (input_file_open): Remove call to stat(). Add a check for getc() failing, andNick Clifton2003-12-181-18/+23
* * hash.c: Convert to ISO-C.Kazu Hirata2003-11-241-17/+12
* Use consistent error messages for missing files.Nick Clifton2003-11-071-4/+21
* * ChangeLog: Fix typos.Kazu Hirata2003-10-271-1/+1
* * app.c: Fix formatting.Kazu Hirata2002-05-181-20/+20
* Use ISSPACE instead of isspaceNick Clifton2001-10-111-3/+3
* 2001-09-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-09-261-11/+21
* * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra2001-08-011-1/+1
* Use FOPEN_.. macros in calls to fopen().Nick Clifton2001-07-101-40/+37
* Fix copyright noticesNick Clifton2001-03-081-1/+1
* 2000-11-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-061-11/+8
* 2000-09-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-09-091-14/+14
* * app.c (input_buffer): New static variable.Ian Lance Taylor1999-06-031-9/+10
* Initial revisionRichard Henderson1999-05-031-0/+248