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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* configure.in: fix the location of cdcmd.
akr
2009-03-07
1
-0
/
+4
*
* configure.in: the shell which runs configure may be different from
akr
2009-03-07
1
-0
/
+6
*
* test/erb/test_erb.rb: reverted space sensitive test results.
nobu
2009-03-07
1
-0
/
+8
*
* lib/securerandom.rb (SecureRandom.urlsafe_base64): add optional
akr
2009-03-06
1
-0
/
+5
*
* configure.in (RUBY_LIB_VERSION_STYLE): sets full or minor style
nobu
2009-03-06
1
-1
/
+6
*
* Makefile.in (update-mspec): split from update-rubyspec.
nobu
2009-03-06
1
-1
/
+5
*
* configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd using
nobu
2009-03-06
1
-24
/
+4
*
* win32/Makefile.sub (.c.asm): removed $(COUTFLAG).
nobu
2009-03-06
1
-0
/
+4
*
* error.c (report_bug): message updated to better English.
matz
2009-03-06
1
-0
/
+5
*
* ChangeLog: reverted lines removed at r22787.
nobu
2009-03-06
1
-1
/
+17
*
* Makefile.in, win32/Makefile.sub (INSNS): moved variable
nobu
2009-03-06
1
-0
/
+5
*
* lib/rake/loaders/makefile.rb (Rake::MakefileLoader#load): deals with
nobu
2009-03-06
1
-1
/
+4
*
* lib/rake/testtask.rb (Rake::TestTask#define): passes each libs
nobu
2009-03-06
1
-0
/
+5
*
* array.c (rb_ary_fill): doc for Array#fill misses indication
matz
2009-03-06
1
-16
/
+5
*
* numeric.c (flo_to_s): keeps enough precision for round trip.
nobu
2009-03-05
1
-0
/
+5
*
* lib/tmpdir.rb (Dir.tmpdir): not use USERPROFILE, and ignores
nobu
2009-03-05
1
-0
/
+5
*
* win32/win32.c (rb_w32_sysinit): initializes version info first.
nobu
2009-03-05
1
-1
/
+3
*
* win32/win32.c (rb_w32_osid): always define for binary compatibility.
nobu
2009-03-05
1
-0
/
+4
*
* win32/Makefile.sub (make_insns_rules): rule to make rules for insns.
nobu
2009-03-05
1
-0
/
+4
*
* win32/Makefile.sub (miniruby.exe): workaround for a failure of
nobu
2009-03-05
1
-0
/
+5
*
* test/dl/test_base.rb: Add dragonfly to libc and libm switch.
naruse
2009-03-05
1
-0
/
+4
*
* string.c (str_eql): extracted from rb_str_equal and rb_str_eql.
nobu
2009-03-05
1
-1
/
+3
*
* string.c (rb_str_chomp_bang): keeps 7bit coderange.
nobu
2009-03-05
1
-0
/
+4
*
* include/ruby/encoding.h (enc_initialized_p): ENC_UNINITIALIZED
nobu
2009-03-05
1
-0
/
+8
*
* test/ruby/test_array.rb: fix wrong test, and add a test for
mame
2009-03-04
1
-0
/
+5
*
* test/ruby/test_array.rb: add some tests for coverage.
mame
2009-03-04
1
-0
/
+4
*
* win32/README.win32 (Requirement): added unicows.lib and dll.
nobu
2009-03-04
1
-0
/
+4
*
* configure.in, win32/configure.bat (--enable-win95): new option
nobu
2009-03-04
1
-0
/
+5
*
* lib/thread.rb (SizedQueue#push): fix limit condition.
mame
2009-03-04
1
-0
/
+5
*
* configure.in (mingw): checks if unicows.lib is available.
nobu
2009-03-04
1
-1
/
+5
*
* include/ruby/win32.h (WIN95): moved to config.h
nobu
2009-03-04
1
-0
/
+9
*
* lib/csv.rb: Some minor documentation fixes from Gregory Brown.
jeg2
2009-03-03
1
-2
/
+6
*
* lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinite
jeg2
2009-03-03
1
-0
/
+5
*
* lib/prime.rb (Prime::prime?): used to return a wrong answer.
yugui
2009-03-03
1
-0
/
+7
*
* ext/extmk.rb (extmake): removes object files no longer used and
nobu
2009-03-03
1
-2
/
+5
*
* ext/dl/win32/lib/win32/resolv.rb: get rid of warning.
usa
2009-03-03
1
-0
/
+6
*
* ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs and
nobu
2009-03-03
1
-0
/
+5
*
* ext/dl/win32/lib/win32/{registry,resolv}.rb: use dl/import instead
usa
2009-03-03
1
-0
/
+5
*
* ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.
usa
2009-03-03
1
-0
/
+4
*
* ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.
nobu
2009-03-03
1
-1
/
+5
*
* ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixed
nobu
2009-03-03
1
-1
/
+4
*
* ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundant
nobu
2009-03-03
1
-1
/
+6
*
* ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.
nobu
2009-03-03
1
-1
/
+3
*
* test/dl: moved from ext/dl/test.
nobu
2009-03-03
1
-0
/
+4
*
* ext/extmk.rb (extmake): removes object files no longer used.
nobu
2009-03-03
1
-1
/
+3
*
* common.mk (main): passes $(MAKE) to mkmain_cmd
nobu
2009-03-03
1
-0
/
+6
*
* lib/securerandom.rb (SecureRandom.urlsafe_base64): delete padding.
akr
2009-03-02
1
-0
/
+4
*
* ext/socket/sockport.h (SS_LEN): defined unconditionally.
akr
2009-03-02
1
-0
/
+4
*
* ext/socket/ancdata.c (anc_inspect_socket_creds): supress warnings.
akr
2009-03-02
1
-0
/
+4
*
* ext/socket/ancdata.c (rsock_discard_cmsg_resource): defined
akr
2009-03-02
1
-0
/
+5
[prev]
[next]