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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2002-06-24
* parse.y (yylex): __END__ should not be effective within
matz
2002-06-24
* lib/mkmf.rb (create_makefile): get rid of nested string.
nobu
2002-06-24
* eval.c (rb_eval): NODE_EVSTR is no longer used.
nobu
2002-06-22
updated to the new version (based on date2 3.3).
tadf
2002-06-20
* lib/ftools.rb (compare): don't return with a file opened
eban
2002-06-20
* lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.
eban
2002-06-19
* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.
eban
2002-06-13
ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.
matz
2002-06-13
* lib/mkmf.rb: typo fix(RUBY_PLAT_FORM -> RUBY_PLATFORM).
eban
2002-06-12
merged differences between uri-0.9.6 and uri-0.9.7
akira
2002-06-11
* eval.c (rb_eval): ruby_frame->last_func may be null, if it's
matz
2002-06-11
* lib/net/ftp.rb (noop): new method.
shugo
2002-06-11
new platform [bccwin32] merged.
H_Konishi
2002-06-06
* lib/thread.rb (Queue::pop): get rid of race condition.
nobu
2002-06-04
* string.c (rb_str_aset): should raise error if an indexing string
matz
2002-05-30
* range.c (range_step): iteration done using "+" if elements are
matz
2002-05-30
* lib/cgi.rb: if StringIO is usable then use it.
wakou
2002-05-29
fix for POST method.
wakou
2002-05-29
* parse.y: yyparse #defines moved from intern.h
matz
2002-05-29
* lib/cgi.rb: not use const if GET, HEAD. check multipart form head.
wakou
2002-05-20
Tue May 21 04:48:37 2002 Sean Chittenden <
[email protected]
>
wakou
2002-05-19
added an entry (date/format.rb).
tadf
2002-05-18
use Array#select instead of Array#indexes.
tadf
2002-05-18
updated to the new version (based on date2 3.2.1).
tadf
2002-05-04
* lib/mkmf.rb: exclude topdir from the system configuration
knu
2002-05-02
* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.
eban
2002-04-25
* various files: macro fix-up by Michal Rokos.
matz
2002-04-24
discarded unused parameter
gotoken
2002-04-24
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-23
* ext/stringio/stringio.c (strio_mark): must check if ptr is NULL
nobu
2002-04-23
* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive instead
usa
2002-04-19
* configure.in: cleanup for autoconf 2.5x.
eban
2002-04-18
modify document.
akr
2002-04-11
* eval.c (assign): ruby_verbose should be surrounded by RTEST().
matz
2002-04-10
* lib/cgi/session.rb: support for multipart form.
wakou
2002-04-10
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-04-09
* lib/mkmf.rb (try_link0): need expand macro in command, sync with
nobu
2002-04-02
* Makefile.in (CPPFLAGS): remove @includedir@.
matz
2002-04-01
mkmf.rb: files[0,1] == "." -> files[0,2] == "./"
ttate
2002-04-01
lib/mkmf.rb: install any files using $INSTALLFILES. (from [ruby-dev:16683])
ttate
2002-03-29
Changed the regexp again to simplify code. See also [ruby-dev:16682].
nahi
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-29
Changed regexp for parsing break command '.*?+' to '.+'.
nahi
2002-03-26
* lib/net/http.rb: HTTP.get accepts URI.
aamine
2002-03-26
* lib/fileutils.rb: new file.
aamine
2002-03-25
* lib/pp.rb (pp): return nil like p.
akr
2002-03-22
racc runtime imported.
aamine
2002-03-22
net/protocol.rb: Protocol#start should return self.
aamine
2002-03-22
* lib/resolv.rb: fix arguments to create exceptions.
akr
[next]