index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit 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 from
eban
2002-04-23
* lib/mkmf.rb (create_makefile): should print depend file when
nobu
2002-04-23
* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive instead
usa
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-10
conflicted
nobu
2002-04-10
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-04-10
* misc/ruby-mode.el (ruby-font-lock-keywords): fontify symbols for
nobu
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 like
nobu
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 obtained
knu
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 be
matz
2002-03-25
* dln.c (dln_argv0): unused unless USE_DLN_A_OUT.
nobu
2002-03-25
add depend files
nobu
2002-03-22
lib/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 not
knu
2002-03-19
* re.c (rb_reg_search): should clear last_match if pos is out of
matz
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 and
knu
2002-03-12
* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',
matz
2002-03-11
Fix some typos.
knu
2002-03-08
* eval.c (cvar_cbase): utility function to find innermost non
matz
2002-03-07
* gc.c (rb_source_filename): added. holds unique strings for file
nobu
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 from
usa
2002-03-04
* ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug where
knu
2002-03-03
fix 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 const
eban
2002-02-28
* st.c (st_init_table_with_size): num_bins should be prime numbers
matz
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
[prev]
[next]