summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
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
2001-11-08* process.c (security): always give warning for insecure PATH.matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz
2001-05-02I'm committing this from a MacOS X host. :)knu
2001-04-01* Makefile.in: Introduce MAINLIBS.knu
2001-04-01* win32/win32.c: use ruby's opendir on mingw32.eban
2001-01-11ebaneban
2001-01-11m17n cleanupeban
2001-01-10* m17n baseline.matz