summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-07* eval.c (superclass): undesirable "unexpected return" when the superclass is...aamine
2002-05-042002-05-04eban
2002-05-04* eval.c, gc.c, intern.h, variable.c: declare rb_gc_mark{,maybe}()knu
2002-05-02* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban
2002-05-012002-05-01eban
2002-05-01* file.c (rb_find_file): load must be done from an abolute path ifmatz
2002-04-28* win32/win32.c (NtCmdGlob): get rid of cast.eban
2002-04-28* win32/win32.c (insert): fix prototype for ANSI C.eban
2002-04-24* util.c (push_element): avoid warning for djgpp.eban
2002-04-24bang forgot.nobu
2002-04-24* configure.in: change order.eban
2002-04-24* configure.in: set size of the initial stack fromeban
2002-04-23* lib/mkmf.rb (create_makefile): should print depend file whennobu
2002-04-23* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa
2002-04-22* win32/win32.c: forgot to commit.eban
2002-04-21* ext/socket/extconf.rb: typo fix(#endif -> #else).eban
2002-04-19* ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban
2002-04-12* configure.in: add check for initstate(3).eban
2002-04-11* random.c (rand_init): add check for initstate(3).eban
2002-04-112002-04-11eban
2002-04-11* io.c (read_all): return "" if file.size == 0.eban
2002-04-10 * lib/cgi/session.rb: support for multipart form.wakou
2002-04-10conflictednobu
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-04-10* misc/ruby-mode.el (ruby-font-lock-keywords): fontify symbols fornobu
2002-04-042002-04-04nobu
2002-04-04* ChangeLog: fix typo.eban
2002-04-04* parse.y: avoid binson 1.35 warnings. add ; at the end of a rule.eban
2002-04-02* ext/extmk.rb.in (enable_config): follow lib/mkmf.rb.nobu
2002-04-022002-04-02nobu
2002-04-02* error.c: MatchData, not Match.matz
2002-04-01* re.c (match_setter): it's OK to assign nil to $~.matz
2002-04-01* lib/mkmf.rb (create_makefile): get rid of needless '='.eban
2002-03-30Changed regexp for 'break' command.nahi
2002-03-29* lib/mkmf.rb (create_makefile): default FLAGS to empty strings.nobu
2002-03-292002-03-29nobu
2002-03-29* lib/mkmf.rb (arg_config): should use Shellwords::shellwords likenobu
2002-03-27* io.c (READ_DATA_PENDING): uClibc 0.9.10 support.eban
2002-03-262002-03-27knu
2002-03-26* file.c (rb_file_s_expand_path): Do not free the pointer obtainedknu
2002-03-26* ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.eban
2002-03-26.cvsignore: add autom4te*.cache.eban
2002-03-26* win32/mkexports.rb: support VC++.NET.usa
2002-03-25* ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.eban
2002-03-252002-03-25eban
2002-03-25* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz
2002-03-25* dln.c (dln_argv0): unused unless USE_DLN_A_OUT.nobu
2002-03-25add depend filesnobu
2002-03-25This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2002-03-22lib/net/protocol.rb: Protocol#start should return self.aamine