index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
fortran
/
scanner.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcc/
jakub
2014-06-30
1
-3
/
+4
*
Update copyright years in gcc/
rsandifo
2014-01-02
1
-1
/
+1
*
* scanner.c (gfc_open_intrinsic_module): Remove function.
fxcoudert
2013-11-24
1
-18
/
+0
*
PR 40958 Compress module files with zlib.
jb
2013-04-17
1
-10
/
+2
*
Replace enum gfc_try with bool type.
jb
2013-04-10
1
-13
/
+13
*
2013-02-14 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig
2013-02-14
1
-2
/
+3
*
2013-01-21 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig
2013-01-21
1
-1
/
+13
*
Update copyright years in gcc/
rsandifo
2013-01-10
1
-2
/
+1
*
Update Copyright years for files modified in 2011 and/or 2012.
jakub
2013-01-04
1
-1
/
+1
*
2012-12-03 Tobias Burnus <burnus@net-b.de>
burnus
2012-12-03
1
-2
/
+4
*
Fix PR 54033, problems with -I, with test cases
hjl
2012-08-04
1
-5
/
+8
*
2012-08-01 Thomas König <tkoenig@gcc.gnu.org>
tkoenig
2012-08-01
1
-1
/
+18
*
* gfortran.h: Do not include coretypes.h here.
steven
2012-07-08
1
-0
/
+1
*
Fix the use of linemap_add and remove unnecessary kludge
dodji
2011-08-28
1
-2
/
+22
*
Use XCNEWVAR instead of xcalloc
jb
2011-04-19
1
-2
/
+2
*
Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc
jb
2011-04-19
1
-2
/
+2
*
convert each use of gfc_free (p) to free (p)
meyering
2011-04-18
1
-23
/
+23
*
Changelog c-family/
ktietz
2011-03-25
1
-3
/
+3
*
2011-01-21 Tobias Burnus <burnus@net-b.de>
burnus
2011-01-21
1
-2
/
+2
*
2010-12-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle
2010-12-11
1
-6
/
+6
*
2010-10-25 Steven G. Kargl <kargl@gcc.gnu.org>
kargl
2010-10-25
1
-1
/
+3
*
gcc:
jsm28
2010-09-29
1
-7
/
+5
*
2010-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle
2010-07-25
1
-1
/
+2
*
2010-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle
2010-07-25
1
-14
/
+42
*
2010-06-13 Daniel Franke <franke.daniel@gmail.com>
dfranke
2010-06-13
1
-12
/
+27
*
2010-05-21 Tobias Burnus <burnus@net-b.de>
burnus
2010-05-23
1
-1
/
+1
*
2009-08-31 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle
2009-09-01
1
-1
/
+20
*
2009-08-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle
2009-08-17
1
-1
/
+1
*
2009-06-28 Tobias Burnus <burnus@net-b.de>
burnus
2009-06-28
1
-1
/
+49
*
2009-04-20 Tobias Burnus <burnus@net-b.de>
burnus
2009-04-20
1
-1
/
+4
*
Update Copyright years for files modified in 2008 and/or 2009.
jakub
2009-02-20
1
-1
/
+1
*
2009-02-19 Daniel Franke <franke.daniel@gmail.com>
dfranke
2009-02-19
1
-0
/
+3
*
2008-11-03 Tobias Burnus <burnus@net-b.de>
burnus
2008-11-03
1
-11
/
+23
*
* gfortran.h (try): Remove macro. Replace try with gfc_try
ghazi
2008-07-29
1
-4
/
+4
*
gcc/testsuite/
rwild
2008-07-21
1
-1
/
+1
*
2008-07-19 Tobias Burnus <burnus@net-b.de>
burnus
2008-07-19
1
-7
/
+10
*
* gfortran.h (new): Remove macro.
ghazi
2008-07-19
1
-3
/
+3
*
2008-06-20 Laurynas Biveinis <laurynas.biveinis@gmail.com>
lauras
2008-06-20
1
-1
/
+3
*
* arith.c (hollerith2representation): Fix for -Wc++-compat.
ghazi
2008-06-20
1
-17
/
+14
*
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to
jakub
2008-06-06
1
-6
/
+12
*
* scanner.c (load_line): Add first_char argument. Don't call ungetc.
fxcoudert
2008-05-29
1
-22
/
+27
*
gcc:
dfranke
2008-05-25
1
-1
/
+10
*
PR fortran/36215
fxcoudert
2008-05-14
1
-1
/
+1
*
* arith.c: (gfc_arith_concat, gfc_compare_string,
fxcoudert
2008-05-06
1
-18
/
+65
*
* openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and
fxcoudert
2008-05-06
1
-64
/
+242
*
2008-04-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle
2008-04-20
1
-3
/
+13
*
2008-04-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle
2008-04-14
1
-1
/
+2
*
* dump-parse-tree.c: Use fprintf, fputs and fputc instead of
fxcoudert
2008-04-06
1
-4
/
+2
*
gcc
tromey
2008-02-26
1
-19
/
+0
*
* arith.c: Update copyright years.
tobi
2008-02-24
1
-1
/
+1
[next]