aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-0/+1
* * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu2005-08-031-6/+0
* * parse.y: remove static variables. [ruby-dev:26530]nobu2005-07-131-1/+1
* * Makefile.in, common.mk: miniruby depens on MINIOBJS.nobu2005-04-201-1/+1
* * Makefile.in, configure.in: made EXTOUT configurable.nobu2005-01-311-1/+1
* * Makefile.in (.y.c): simplify the rule.eban2004-12-061-4/+2
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-1/+1
* * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAGnobu2004-04-071-2/+3
* * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu2004-03-231-0/+6
* * Makefile.in, */Makefile.sub, common.mk: extract common portions.nobu2004-03-211-297/+37
* * Makefile.in: replaced regex.c entry with Oniguruma files.ksaito2004-03-081-3/+21
* * Makefile.in (lex.c): use $? instead of $<.eban2004-03-071-1/+1
* * Makefile.in: miniruby is not needed for cross compile.nobu2004-03-041-5/+5
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.nobu2004-02-221-1/+1
* * ext/extmk.rb: use optparse instead of getopts.nobu2004-02-221-3/+4
* * string.c (rb_str_match): raise TypeError when both arguments areusa2004-02-101-1/+1
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-10/+39
* * misc/ruby-mode.el: better support for general delimitedmatz2004-01-271-1/+1
* * configure.in (RDOCTARGET): new macro. if you want to installeban2004-01-081-4/+4
* Add RDoc to build. Add --ri-system to RDocdave2004-01-051-2/+8
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-1/+1
* * Makefile.in (lex.c): try gperf first, and copy from the sourcenobu2003-12-031-5/+3
* * Makefile.in: add ARCH_FLAG to DLDFLAGS.eban2003-11-301-1/+1
* * Makefile.in: add ARCH_FLAG to CFLAGS.eban2003-11-301-2/+2
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-0/+4
* * string.c: add #include "version.h". this file still depends on it.usa2003-11-051-1/+1
* * Makefile.in: remove needless version.h dependency.nobu2003-11-051-3/+3
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-011-1/+5
* * Makefile.in (test): phony target.nobu2003-09-051-1/+5
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-3/+3
* * Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu2003-08-121-8/+11
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu2003-05-211-7/+7
* * lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755.eban2003-03-091-1/+7
* * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu2003-01-251-7/+12
* * configure.in (MANTYPE): Detect if the system's nroff(1) groksknu2003-01-201-2/+4
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-0/+4
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-141-1/+3
* * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu2002-11-031-5/+5
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-18/+57
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-4/+4
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-3/+0
* * missing.h: add for missing/*.c.eban2002-05-111-37/+53
* /tmp/lognobu2002-04-121-0/+6
* * Makefile.in (CPPFLAGS): remove @includedir@.matz2002-04-021-1/+1
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-3/+6
* * Makefile.in (clean): add $(MAINOBJ)eban2002-01-111-1/+1
* * ext/curses/extconf.rb: add dir_config.eban2001-12-311-4/+2
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-081-4/+9
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-1/+1
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-1/+1