| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/net/smtp.rb: changes coding style. | aamine | 2002-11-21 | 1 | -1/+9 |
* | * lib/net/http.rb: unify coding style. | aamine | 2002-11-21 | 1 | -0/+4 |
* | sorry, conflicts in ChangeLog is now resolved. | aamine | 2002-11-21 | 1 | -1/+0 |
* | modify ChangeLog. | aamine | 2002-11-21 | 1 | -0/+11 |
* | * array.c (rb_ary_zip): iterates over items in the receiver. | matz | 2002-11-19 | 1 | -0/+10 |
* | * instruby.rb: Do not install various working files under bin/. | knu | 2002-11-18 | 1 | -0/+4 |
* | * instruby.rb: not rewrite installed scripts when dry-run mode. | nobu | 2002-11-18 | 1 | -0/+7 |
* | * instruby.rb: Rewrite installed scripts' shebang lines. | knu | 2002-11-18 | 1 | -0/+6 |
* | * bin/irb: Moved from sample/irb.rb. | knu | 2002-11-18 | 1 | -0/+7 |
* | * lib/tempfile.rb: Make this libary thread safe. | knu | 2002-11-17 | 1 | -0/+15 |
* | * parse.y (dsym): garbage returned. (ruby-bugs-ja:PR#358) | nobu | 2002-11-17 | 1 | -0/+4 |
* | * profile.rb: illegal use of Array#sort!. replaced it with non-bang | nahi | 2002-11-14 | 1 | -0/+3 |
* | * observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788] | nahi | 2002-11-14 | 1 | -0/+8 |
* | * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689] | nobu | 2002-11-14 | 1 | -0/+25 |
* | * math.c (math_acos): check errno after operation. ditto for | matz | 2002-11-14 | 1 | -0/+17 |
* | * configure.in (DLDFLAGS): removed -Wl,-no-undefined to | nobu | 2002-11-13 | 1 | -0/+10 |
* | * lib/set.rb: retire contain?() and add superset?(), | knu | 2002-11-09 | 1 | -0/+12 |
* | * ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup. | eban | 2002-11-09 | 1 | -0/+4 |
* | * eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of c-call. | nahi | 2002-11-09 | 1 | -0/+5 |
* | * class.c (rb_define_method): do not set NOEX_CFUNC if klass is | matz | 2002-11-07 | 1 | -0/+13 |
* | * eval.c (rb_yield_0): should enable trace for non-cfunc nodes. | nobu | 2002-11-07 | 1 | -0/+8 |
* | * ext/extmk.rb: Properly pass the given target to | knu | 2002-11-04 | 1 | -0/+5 |
* | * instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead of | usa | 2002-11-04 | 1 | -0/+5 |
* | * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub, | knu | 2002-11-03 | 1 | -0/+10 |
* | * lib/getopts.rb: Do not choke on characters that cannot be used | knu | 2002-11-03 | 1 | -0/+6 |
* | * object.c (Init_Object): added Object#object_id, new name for | matz | 2002-11-03 | 1 | -0/+26 |
* | * eval.c (rb_mod_public_method_defined, etc.): new methods: | matz | 2002-10-30 | 1 | -0/+15 |
* | * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, | knu | 2002-10-29 | 1 | -0/+6 |
* | * eval.c (error_print, rb_longjmp, rb_thread_schedule): flush | nobu | 2002-10-29 | 1 | -0/+13 |
* | * ext/extmk.rb (extmake): use dummy_makefile to create dummy | nobu | 2002-10-28 | 1 | -0/+15 |
* | * djgpp/config.sed (@program_transform_name@): use `%', not `,'. | eban | 2002-10-27 | 1 | -0/+4 |
* | ChangeLog: commit miss. | eban | 2002-10-27 | 1 | -0/+9 |
* | ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont... | H_Konishi | 2002-10-27 | 1 | -0/+7 |
* | * node.h (nd_type): cast the value to int. | knu | 2002-10-26 | 1 | -0/+4 |
* | * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing | knu | 2002-10-25 | 1 | -0/+8 |
* | * eval.c, gc.c: adopt a common set of alloca() #ifdef's. This | knu | 2002-10-25 | 1 | -0/+8 |
* | * ChangeLog: add ML ref. | aamine | 2002-10-24 | 1 | -0/+1 |
* | * string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL. | aamine | 2002-10-24 | 1 | -0/+4 |
* | * configure.in (LIBPATHFLAG): avoid $ substitution. | nobu | 2002-10-24 | 1 | -1/+11 |
* | * bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make. | nobu | 2002-10-24 | 1 | -0/+5 |
* | * lib/mkmf.rb (create_makefile): site-install target for backward compatibility. | nobu | 2002-10-23 | 1 | -3/+4 |
* | * lib/mkmf.rb (init_mkmf): libdir prior to topdir. | nobu | 2002-10-23 | 1 | -0/+4 |
* | * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572] | nobu | 2002-10-23 | 1 | -0/+9 |
* | * eval.c (rb_eval): added NODE_DSYM, symbol literal with | nobu | 2002-10-23 | 1 | -0/+21 |
* | * lib/mkmf.rb (init_mkmf): add dir_config("opt"). | eban | 2002-10-22 | 1 | -1/+5 |
* | *bcc32/configure.bat : The command line when calling setup.mak is corrected. | H_Konishi | 2002-10-22 | 1 | -0/+7 |
* | * ext/extmk.rb (extmake): add install: target to dummy Makefile. | nobu | 2002-10-22 | 1 | -1/+3 |
* | * instruby.rb: add dryrun mode. | nobu | 2002-10-22 | 1 | -0/+21 |
* | * configure.in (RUBY_CPPOUTFILE): fix cache file bug. | eban | 2002-10-21 | 1 | -0/+7 |
* | * configure.in (XCFLAGS): CFLAGS to comile ruby itself. | nobu | 2002-10-21 | 1 | -0/+77 |