summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-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-19* ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban
2002-04-11* random.c (rand_init): add check for initstate(3).eban
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-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-01* re.c (match_setter): it's OK to assign nil to $~.matz
2002-03-29* lib/mkmf.rb (create_makefile): default FLAGS to empty strings.nobu
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-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* 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-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-22lib/net/protocol.rb: Protocol#start should return self.aamine
2002-03-20* eval.c (is_defined): label forgotten.nobu
2002-03-20* win32/config.status.in: RUBY_SO_NAME had been changed long long ago.nobu
2002-03-20* eval.c (is_defined): should check receiver only once.matz
2002-03-20* configure.in: workaround for autoconf 2.53.eban
2002-03-19* dir.c (my_getcwd): the content of buf is uncertain and must notknu
2002-03-19* re.c (rb_reg_search): should clear last_match if pos is out ofmatz
2002-03-18* enum.c (enum_find): catch a value before recycle.nobu
2002-03-15* class.c (rb_define_class): should handle autoload.matz
2002-03-14* re.c (rb_reg_match): should clear $~ if operand is nil.matz
2002-03-13* lib/getopts.rb: Merge from 1.7. Rewrite to fix some bugs andknu
2002-03-12* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz
2002-03-11Fix some typos.knu
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-03-07* gc.c (rb_source_filename): added. holds unique strings for filenobu
2002-03-06* dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx.eban
2002-03-04* ext/extmk.rb.in (create_makefile): remove unnecessary -L option fromusa
2002-03-04* ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug whereknu
2002-03-03fix log date.akr
2002-03-01* stable version 1.6.7 released.matz
2002-03-01* ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add consteban
2002-02-28* st.c (st_init_table_with_size): num_bins should be prime numbersmatz
2002-02-27* eval.c (rb_f_missing): NoMethod error messages for true, false,matz
2002-02-27* io.c (READ_DATA_PENDING): uClibc support.eban