| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in, common.mk (NULLCMD): moved for platforms that empty | nobu | 2006-12-06 | 1 | -0/+1 |
* | * Makefile.in (miniruby): add XLDFLAGS. | nobu | 2006-10-30 | 1 | -1/+1 |
* | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu | 2006-10-01 | 1 | -0/+1 |
* | * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | nobu | 2006-09-16 | 1 | -1/+1 |
* | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu | 2006-09-08 | 1 | -1/+1 |
* | * Makefile.in, common.mk, configure.in: fix for platforms without | usa | 2006-08-08 | 1 | -0/+1 |
* | * configure.in: add support for as and ASFLAGS. [ruby-dev:29138] | matz | 2006-07-26 | 1 | -0/+5 |
* | * Makefile.in, mkconfig.rb: catch-up for latest autoconf. | nobu | 2006-06-25 | 1 | -0/+1 |
* | * Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666] | nobu | 2005-11-10 | 1 | -1/+2 |
* | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 1 | -0/+1 |
* | * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated | nobu | 2005-08-03 | 1 | -6/+0 |
* | * Makefile.in, common.mk: miniruby depens on MINIOBJS. | nobu | 2005-04-20 | 1 | -1/+1 |
* | * common.mk (RUBYOPT): clear for the environment RubyGems installed. | nobu | 2005-03-30 | 1 | -1/+0 |
* | * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in, | nobu | 2005-03-30 | 1 | -258/+54 |
* | * string.c (rb_str_match): raise TypeError when both arguments are | usa | 2004-07-07 | 1 | -1/+1 |
* | * Makefile.in */Makefile.sub: error.c no longer include version.h | nobu | 2004-04-24 | 1 | -1/+1 |
* | * Makefile.in (lex.c): use $? instead of $<. | eban | 2004-03-07 | 1 | -1/+1 |
* | * parse.y (block_append): update nd_end for "real" head node. | matz | 2004-01-26 | 1 | -1/+1 |
* | * configure.in (RDOCTARGET): new macro. if you want to install | eban | 2004-01-08 | 1 | -4/+4 |
* | Add RDoc to build. Add --ri-system to RDoc | dave | 2004-01-05 | 1 | -2/+8 |
* | * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like | matz | 2003-12-17 | 1 | -1/+1 |
* | * Makefile.in (lex.c): try gperf first, and copy from the source | nobu | 2003-12-03 | 1 | -5/+3 |
* | * Makefile.in: add ARCH_FLAG to DLDFLAGS. | eban | 2003-11-30 | 1 | -1/+1 |
* | * Makefile.in: add ARCH_FLAG to CFLAGS. | eban | 2003-11-30 | 1 | -2/+2 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -0/+4 |
* | * string.c: add #include "version.h". this file still depends on it. | usa | 2003-11-05 | 1 | -1/+1 |
* | * Makefile.in: remove needless version.h dependency. | nobu | 2003-11-05 | 1 | -3/+3 |
* | * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent, | matz | 2003-10-01 | 1 | -1/+5 |
* | * Makefile.in (test): phony target. | nobu | 2003-09-05 | 1 | -1/+5 |
* | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu | 2003-08-16 | 1 | -3/+3 |
* | * Makefile.in: static link libraries to LIBRUBY_SO with static linked | nobu | 2003-08-12 | 1 | -8/+11 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, | nobu | 2003-05-21 | 1 | -7/+7 |
* | * lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755. | eban | 2003-03-09 | 1 | -1/+7 |
* | * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub, | knu | 2003-01-25 | 1 | -7/+12 |
* | * configure.in (MANTYPE): Detect if the system's nroff(1) groks | knu | 2003-01-20 | 1 | -2/+4 |
* | * Makefile.in, {win32,bcc32}/Makefile.sub: add new target: | eban | 2002-12-31 | 1 | -0/+4 |
* | * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689] | nobu | 2002-11-14 | 1 | -1/+3 |
* | * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub, | knu | 2002-11-03 | 1 | -5/+5 |
* | * configure.in (XCFLAGS): CFLAGS to comile ruby itself. | nobu | 2002-10-21 | 1 | -18/+57 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -4/+4 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -3/+0 |
* | * missing.h: add for missing/*.c. | eban | 2002-05-11 | 1 | -37/+53 |
* | /tmp/log | nobu | 2002-04-12 | 1 | -0/+6 |
* | * Makefile.in (CPPFLAGS): remove @includedir@. | matz | 2002-04-02 | 1 | -1/+1 |
* | * marshal.c (w_object): module inclusion using extend() should | matz | 2002-03-11 | 1 | -3/+6 |
* | * Makefile.in (clean): add $(MAINOBJ) | eban | 2002-01-11 | 1 | -1/+1 |
* | * ext/curses/extconf.rb: add dir_config. | eban | 2001-12-31 | 1 | -4/+2 |
* | * file.c (path_check_1): forgot to initialize 'p'. | matz | 2001-11-08 | 1 | -4/+9 |
* | * process.c (security): always give warning for insecure PATH. | matz | 2001-11-08 | 1 | -1/+1 |
* | * eval.c (rb_thread_restore_context): save current value of | matz | 2001-09-08 | 1 | -1/+1 |