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
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* ext/extmk.rb (extmake): skip uncompiled extensions.
nobu
2004-04-08
1
-0
/
+2
*
* ext/iconv/iconv.c (iconv_s_list): return encoding list if no block
nobu
2004-04-08
1
-2
/
+13
*
* pack.c (pack_pack): use NUM2INT() instead of num2i32().
matz
2004-04-07
1
-3
/
+11
*
* file.c (rb_get_path): get path string via "to_path" method if
matz
2004-04-07
1
-0
/
+2
*
* ext/socket/socket.c (raise_socket_error): never return.
usa
2004-04-06
1
-3
/
+3
*
* ext/socket/socket.c (raise_socket_error): some platforms don't have
usa
2004-04-05
1
-0
/
+2
*
* ext/syck/syck.h: version 0.43.
why
2004-04-03
1
-1
/
+1
*
* ext/syck/lib/gram.c: allow root-level inline collections.
why
2004-04-02
1
-307
/
+327
*
* ext/extmk.rb (extmake): extract necessary variables for static link
nobu
2004-04-02
1
-8
/
+28
*
* ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.
matz
2004-04-02
1
-15
/
+65
*
* ext/socket/socket.c (make_hostent): fix memory leak, based on
matz
2004-04-01
1
-95
/
+55
*
* pack.c (pack_pack): raises RangeError if uv is out of UTF8 value
matz
2004-03-31
1
-7
/
+16
*
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2004-03-29
12
-55
/
+55
*
fix typo.
akr
2004-03-28
2
-2
/
+2
*
Bug in + and - reported by Bret Jolly fixed.
shigek
2004-03-25
1
-25
/
+8
*
MANIFEST update.
nobu
2004-03-23
1
-2
/
+0
*
* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):
nobu
2004-03-23
1
-2
/
+5
*
* ext/extmk.rb: rm -rf $extout, not extout.
eban
2004-03-20
1
-1
/
+1
*
* mkconfig.rb: no longer embed srcdir and compile_dir into
nobu
2004-03-18
1
-14
/
+16
*
* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder):
gotoyuzo
2004-03-15
1
-1
/
+6
*
* struct.c (rb_struct_s_def): Struct::new executes block with
matz
2004-03-10
1
-0
/
+17
*
* lib/net/http.rb: spin off https code again.
aamine
2004-03-06
2
-158
/
+0
*
* ext/strscan/strscan.c (strscan_init_copy): struct re_registers must
nobu
2004-03-06
1
-1
/
+7
*
* ext/strscan/depend: depends on re.h and regex.h.
nobu
2004-03-06
2
-7
/
+2
*
* lib/net/http.rb: net/https is merged.
aamine
2004-03-05
1
-89
/
+3
*
* ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d...
aamine
2004-03-05
1
-0
/
+35
*
* ext/syck/rubyext.c: get rid of warnings.
nobu
2004-03-03
1
-29
/
+40
*
* ext/openssl/ossl_config.c (ossl_config_each): add new method
gotoyuzo
2004-02-23
1
-10
/
+51
*
* lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.
nobu
2004-02-22
1
-1
/
+1
*
* ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]
nobu
2004-02-22
1
-1
/
+1
*
* ext/extmk.rb: use optparse instead of getopts.
nobu
2004-02-22
1
-35
/
+37
*
* ext/zlib/zlib.c: documented, but needs more effort.
gsinclair
2004-02-21
1
-7
/
+696
*
* ext/extmk.rb: prefer relative path. [ruby-talk:93037]
nobu
2004-02-21
1
-9
/
+27
*
Wrong descriptions,pointed out by Bret Jolly,in the documents changed.
shigek
2004-02-20
2
-8
/
+8
*
* ext/strscan/strscan.c: improved documentation
gsinclair
2004-02-19
1
-30
/
+35
*
* ext/strscan/strscan.c: StringScanner#restsize is obsolete; use #rest_size i...
aamine
2004-02-18
1
-3
/
+27
*
* ext/strscan/strscan.c: don't use rb_eval_string, it defines classes under t...
aamine
2004-02-18
1
-2
/
+6
*
* ext/strscan/strscan.c: merge documentation from 1.8 branch.
aamine
2004-02-18
1
-5
/
+451
*
* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.
eban
2004-02-18
1
-0
/
+1
*
* ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.
nobu
2004-02-17
1
-8
/
+16
*
* ext/strscan/strscan.c: ScanError may be (wrongly) garbage collected. (thank...
aamine
2004-02-17
1
-14
/
+42
*
* ext/extmk.rb (parse_args): delay expanding $(extout) until invoking
nobu
2004-02-17
1
-6
/
+10
*
* ext/syck/rubyext.c (syck_emitter_end_object): fix inline document.
usa
2004-02-17
1
-1
/
+1
*
* ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.
usa
2004-02-17
1
-2
/
+2
*
* ext/racc/cparse/README: new file.
aamine
2004-02-16
2
-0
/
+11
*
* ext/iconv/iconv.c (iconv_s_list): new method Iconv.list
nobu
2004-02-16
2
-10
/
+91
*
add IDispatch wrapper in val2variant
suke
2004-02-15
1
-241
/
+385
*
* ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)
nagai
2004-02-13
1
-16
/
+25
*
* ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.
nobu
2004-02-12
1
-1
/
+1
*
* ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escaping
nagai
2004-02-11
1
-25
/
+108
[prev]
[next]