summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2005-12-19* Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub.nobu
2005-11-10* Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]nobu
2005-09-06* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu
2005-08-03* common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu
2005-07-13* parse.y: remove static variables. [ruby-dev:26530]nobu
2005-04-20* Makefile.in, common.mk: miniruby depens on MINIOBJS.nobu
2005-01-31* Makefile.in, configure.in: made EXTOUT configurable.nobu
2004-12-06* Makefile.in (.y.c): simplify the rule.eban
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-04-07* Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAGnobu
2004-03-23* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu
2004-03-21* Makefile.in, */Makefile.sub, common.mk: extract common portions.nobu
2004-03-08* Makefile.in: replaced regex.c entry with Oniguruma files.ksaito
2004-03-07* Makefile.in (lex.c): use $? instead of $<.eban
2004-03-04* Makefile.in: miniruby is not needed for cross compile.nobu
2004-02-22* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.nobu
2004-02-22* ext/extmk.rb: use optparse instead of getopts.nobu
2004-02-10* string.c (rb_str_match): raise TypeError when both arguments areusa
2004-02-09* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu
2004-01-27* misc/ruby-mode.el: better support for general delimitedmatz
2004-01-08* configure.in (RDOCTARGET): new macro. if you want to installeban
2004-01-05Add RDoc to build. Add --ri-system to RDocdave
2003-12-17* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz
2003-12-03* Makefile.in (lex.c): try gperf first, and copy from the sourcenobu
2003-11-30* Makefile.in: add ARCH_FLAG to DLDFLAGS.eban
2003-11-30* Makefile.in: add ARCH_FLAG to CFLAGS.eban
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-05* string.c: add #include "version.h". this file still depends on it.usa
2003-11-05* Makefile.in: remove needless version.h dependency.nobu
2003-10-01* ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz
2003-09-05* Makefile.in (test): phony target.nobu
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-08-12* Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu
2003-05-21* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu
2003-03-09* lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755.eban
2003-01-25* instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu
2003-01-20* configure.in (MANTYPE): Detect if the system's nroff(1) groksknu
2002-12-31* Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban
2002-11-14* configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu
2002-11-03* Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu
2002-10-21* configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-05-11* missing.h: add for missing/*.c.eban
2002-04-12/tmp/lognobu
2002-04-02* Makefile.in (CPPFLAGS): remove @includedir@.matz
2002-03-11* marshal.c (w_object): module inclusion using extend() shouldmatz
2002-01-11* Makefile.in (clean): add $(MAINOBJ)eban
2001-12-31* ext/curses/extconf.rb: add dir_config.eban
2001-11-08* file.c (path_check_1): forgot to initialize 'p'.matz