Age | Commit message (Expand) | Author |
2008-06-04 | merge revision(s) 13515: | shyouhei |
2006-12-06 | * Makefile.in, common.mk (NULLCMD): moved for platforms that empty | nobu |
2006-10-30 | * Makefile.in (miniruby): add XLDFLAGS. | nobu |
2006-10-01 | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu |
2006-09-16 | * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | nobu |
2006-09-08 | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu |
2006-08-08 | * Makefile.in, common.mk, configure.in: fix for platforms without | usa |
2006-07-26 | * configure.in: add support for as and ASFLAGS. [ruby-dev:29138] | matz |
2006-06-25 | * Makefile.in, mkconfig.rb: catch-up for latest autoconf. | 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 load | nobu |
2005-08-03 | * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated | nobu |
2005-04-20 | * Makefile.in, common.mk: miniruby depens on MINIOBJS. | nobu |
2005-03-30 | * common.mk (RUBYOPT): clear for the environment RubyGems installed. | nobu |
2005-03-30 | * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in, | nobu |
2004-07-07 | * string.c (rb_str_match): raise TypeError when both arguments are | usa |
2004-04-24 | * Makefile.in */Makefile.sub: error.c no longer include version.h | nobu |
2004-03-07 | * Makefile.in (lex.c): use $? instead of $<. | eban |
2004-01-26 | * parse.y (block_append): update nd_end for "real" head node. | matz |
2004-01-08 | * configure.in (RDOCTARGET): new macro. if you want to install | eban |
2004-01-05 | Add RDoc to build. Add --ri-system to RDoc | dave |
2003-12-17 | * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like | matz |
2003-12-03 | * Makefile.in (lex.c): try gperf first, and copy from the source | nobu |
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 if | matz |
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 linked | nobu |
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) groks | knu |
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 specified | eban |
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/log | nobu |
2002-04-02 | * Makefile.in (CPPFLAGS): remove @includedir@. | matz |
2002-03-11 | * marshal.c (w_object): module inclusion using extend() should | matz |
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 |