aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-221-1/+6
* * util.[hc] (ruby_add_suffix): constified.ocean2005-10-221-0/+10
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-0/+8
* * time.c (rb_strftime): removed meaningless volatile modifiers, andnobu2005-10-221-1/+4
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-0/+7
* * missing.h, missing/*.c: SUSv3 compatible strcasecmp and strncasecmp,ocean2005-10-221-0/+5
* * rubysig.h (CHECK_INTS): fixed typo. (I believe bit-or is improper)ocean2005-10-211-0/+4
* * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz2005-10-211-0/+51
* * intern.h, struct.c (rb_struct_iv_get): constified.ocean2005-10-211-0/+20
* * time.c: should use LONG_LONG instead of `long long'.ocean2005-10-211-0/+2
* * bignum.c (bignew_1): convertion from `int' to `char' discardsocean2005-10-211-0/+8
* * ext/ripper/tools/preproc.rb (prelude): do not append surplusnobu2005-10-201-1/+4
* * parser.y (struct parser_params): parser never modify input string.nobu2005-10-201-0/+4
* * class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuffocean2005-10-201-0/+5
* * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean2005-10-201-0/+7
* * lib/mkmf.rb (create_makefile): Borland make seems not to allowocean2005-10-201-7/+13
* * lib/mkmf.rb (create_makefile): get rid of a restrictionnobu2005-10-191-0/+7
* * ChangeLog: wrong log.nobu2005-10-191-2/+2
* * lib/mkmf.rb (create_makefile): do not unnecessary empty directories.nobu2005-10-191-0/+5
* * file.c (rb_file_join): elements may contain null pointer strings.nobu2005-10-181-0/+5
* * enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:nobu2005-10-181-0/+5
* * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,usa2005-10-181-0/+8
* * mkconfig.rb: fixup configure_args for mswin32 configure.usa2005-10-171-0/+6
* * ext/extmk.rb: omit non-existing directories.nobu2005-10-161-0/+4
* check remote hash tupleseki2005-10-161-0/+7
* * win32/configure.bat: remove unnecessary line which preventsusa2005-10-151-0/+5
* * lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, andshugo2005-10-151-0/+7
* typo fixed, again. thanks, Doug Kearns.seki2005-10-151-0/+4
* * win32/Makefile.sub (MKFILES): update MKFILES if configure files getnobu2005-10-141-0/+8
* * win32/win32.c (ioctl): should set errno.usa2005-10-141-0/+4
* * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil.gotoyuzo2005-10-141-0/+6
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-131-1/+4
* * parse.y (HEAPCNT): bison allocates indivisible size.nobu2005-10-131-0/+5
* * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().gotoyuzo2005-10-121-0/+5
* * file.c (rb_f_test): typo in RDoc comments.eban2005-10-121-0/+4
* * eval.c (rb_obj_respond_to): check if obj responds to the givennobu2005-10-111-4/+4
* * array.c, enum.c, eval.c, util.c: safer function pointer usage.nobu2005-10-111-1/+7
* * configure.in (RUBY_FUNC_ATTRIBUTE): check prefixed attribute formnobu2005-10-111-0/+5
* * parse.y (ripper_initialize): rollback obj_respond_to().nobu2005-10-091-0/+5
* * eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666]nobu2005-10-081-14/+12
* * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu2005-10-081-0/+12
* * io.c (rb_io_init_copy): clear PREP flag for copied IO.nobu2005-10-081-0/+5
* * 2005-10-08nobu2005-10-081-1/+0
* * ext/iconv/charset_alias.rb: parse config.charset_alias file directly.nobu2005-10-081-1/+3
* * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu2005-10-081-0/+9
* * ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]...aamine2005-10-061-0/+5
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-2/+70
* * lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount thegotoyuzo2005-10-041-0/+5
* * lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong callgotoyuzo2005-10-041-0/+5
* * win32/win32.c (do_select, rb_w32_select): brush up.usa2005-10-011-0/+4