cbc/import
Minero Aoki e002c1089a r4884@macbookpro: aamine | 2009-05-23 22:30:20 +0900
* net/loveruby/cflat/parser/Parser.jj: now NULL is not a reserved word.
 * import/stddef.hb: define const NULL.
 


git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4231 1b9489fe-b721-0410-924e-b54b9192deb8
2009-05-23 14:30:54 +00:00
..
sys * test/cbc: provide -I option to add load path. 2008-01-14 12:49:03 +00:00
alloca.hb * lib/alloca.s: alloca() implemeted. 2008-12-07 15:55:40 +00:00
dlfcn.hb r4855@macbookpro: aamine | 2009-05-17 16:38:28 +0900 2009-05-17 07:39:02 +00:00
errno.hb * move *.hb files from test/ to import/. 2008-01-14 12:23:38 +00:00
setjmp.hb use exactly same size for jmp_buf. 2008-12-23 17:56:48 +00:00
stdarg.hb * net/loveruby/cflat/ast/UndefinedVariable.java: should not append '$' for extern symbol address. 2008-09-13 20:36:34 +00:00
stddef.hb r4884@macbookpro: aamine | 2009-05-23 22:30:20 +0900 2009-05-23 14:30:54 +00:00
stdio.hb r4884@macbookpro: aamine | 2009-05-23 22:30:20 +0900 2009-05-23 14:30:54 +00:00
stdlib.hb * net/loveruby/cflat/compiler/CodeGenerator.java: should access file-local gvar directly (with @GOTOFF) in PIE. 2008-11-16 11:01:10 +00:00
string.hb * net/loveruby/cflat/compiler/TypeChecker.java: transform pointer arithmetic to normal arithmetic (e.g. ptr+7 => ptr+(7*sizeof(*ptr))). 2008-08-31 10:24:40 +00:00
strings.hb * move *.hb files from test/ to import/. 2008-01-14 12:23:38 +00:00
unistd.hb * net/loveruby/cflat/compiler/CodeGenerator.java: should access file-local gvar directly (with @GOTOFF) in PIE. 2008-11-16 11:01:10 +00:00