index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged in the changes from BSD bug report. shift-jis is now shift_jis, in
ser
2004-12-13
2
-5
/
+5
*
* lib/pathname.rb (cleanpath_aggressive): make it private.
akr
2004-12-12
1
-2
/
+4
*
Don't show r/w accessot flags if none were specified for custom attributes
dave
2004-12-12
1
-0
/
+5
*
Never exclude files given on command line
dave
2004-12-12
1
-4
/
+5
*
add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]
seki
2004-12-11
1
-4
/
+22
*
* lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoid
gotoyuzo
2004-12-09
2
-10
/
+16
*
Fix CSS typo that meant h2 headings were invisible
dave
2004-12-08
1
-2
/
+2
*
* process.c (rb_spawn): support for DJGPP.
eban
2004-12-08
1
-0
/
+3
*
* process.c (proc_setgroups): [ruby-dev:25081]
matz
2004-12-06
1
-1
/
+1
*
* lib/optparse.rb (OptionParser::Completion#complete): new parameter
nobu
2004-12-05
1
-17
/
+12
*
* lib/fileutils.rb: (In previous commit) new method chown.
aamine
2004-12-04
1
-30
/
+7
*
* lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]
aamine
2004-12-04
1
-5
/
+128
*
* lib/rss/rss.rb: removed empty lines from output.
kou
2004-12-04
1
-1
/
+2
*
* lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2
kou
2004-12-04
3
-8
/
+34
*
Ignore leading and trailing lines in :section: blocks
dave
2004-12-04
3
-5
/
+41
*
* eval.c (proc_invoke): prepare to pass a block from "call" method
matz
2004-12-03
1
-10
/
+6
*
* io.c (rb_file_initialize): [ruby-dev:25032]
matz
2004-12-02
1
-6
/
+23
*
* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]
matz
2004-11-29
1
-8
/
+6
*
* object.c (convert_type): [ruby-core:03845]
matz
2004-11-29
1
-2
/
+2
*
* lib/rss/rss.rb (RSS::Element#tag): not use block_given? for
kou
2004-11-28
5
-14
/
+14
*
* lib/rss/rss.rb (RSS::NotSetError): added.
kou
2004-11-28
5
-72
/
+94
*
* lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: added
kou
2004-11-27
7
-14
/
+186
*
* lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,
kou
2004-11-27
1
-0
/
+1
*
Fix problem with :section: and new 1.9
dave
2004-11-26
2
-3
/
+1
*
* io.c (io_read): move StringValue() check before GetOpenFile().
matz
2004-11-25
1
-15
/
+364
*
* lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminated
nobu
2004-11-25
1
-2
/
+5
*
Don't include 'require's with variable arguments
dave
2004-11-22
1
-4
/
+4
*
1. Force --inline-source if --one-file given
dave
2004-11-20
6
-325
/
+471
*
* string.c (str_gsub): internal buffer should not be listed by
matz
2004-11-19
2
-4
/
+18
*
* lib/test/unit/collector/dir.rb: typo fix.
eban
2004-11-19
1
-1
/
+1
*
* lib/test/unit/collector/dir.rb: better regex.
eban
2004-11-19
1
-1
/
+2
*
* lib/test/unit/collector/dir.rb: better support for -p/-x option.
eban
2004-11-19
1
-0
/
+1
*
* lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values):
kou
2004-11-19
1
-2
/
+1
*
* lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.
kou
2004-11-19
14
-509
/
+927
*
* lib/xmlrpc/datetime.rb (XMLRPC::DateTime#==): should use Array()
eban
2004-11-19
1
-1
/
+1
*
* lib/test/unit/collector/dir.rb: add support for directory name
eban
2004-11-19
1
-3
/
+3
*
* lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...
mneumann
2004-11-17
1
-5
/
+2
*
* lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends "Content-typ:...
mneumann
2004-11-16
1
-1
/
+1
*
added howto
mneumann
2004-11-16
2
-0
/
+301
*
* fixed issue #998 (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=9...
mneumann
2004-11-16
1
-5
/
+5
*
* string.c (str_mod_check): frozen check should be separated.
matz
2004-11-16
1
-3
/
+7
*
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): add
usa
2004-11-16
2
-2
/
+10
*
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): use
nobu
2004-11-16
1
-2
/
+2
*
* applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsing
mneumann
2004-11-16
2
-9
/
+27
*
* imported and refactored original test cases
mneumann
2004-11-15
3
-31
/
+31
*
* array.c (rb_ary_update): pedantic check to detect
matz
2004-11-15
2
-12
/
+14
*
* string.c (rb_str_clear): avoid revealing NULL pointer.
matz
2004-11-14
1
-38
/
+47
*
* lib/pp.rb (PP#object_address_group): remove odd number of 'f'
nobu
2004-11-14
1
-1
/
+3
*
* lib/delegate.rb (SimpleDelegator::dup): wrong number of
matz
2004-11-10
1
-8
/
+8
*
* dir.c (rb_glob2): do not allocate buffer from heap to avoid
matz
2004-11-10
1
-2
/
+2
[next]