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/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=
nagai
2004-09-11
7
-181
/
+997
*
* ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspicious
ocean
2004-09-10
1
-1
/
+1
*
* ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...
nagai
2004-09-09
2
-2
/
+36
*
* ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.
nobu
2004-09-08
1
-4
/
+6
*
* ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4
nagai
2004-09-08
4
-65
/
+263
*
* ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct method
ocean
2004-09-06
1
-1
/
+1
*
* ext/tk/lib/tk.rb: Tk.after makes TkCore::INTERP.tk_cmd_tbl grow [ruby-dev:2...
nagai
2004-09-03
1
-2
/
+14
*
* ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]
nagai
2004-09-02
7
-44
/
+199
*
* ext/extmk.rb: already built-in libraries satisfy dependencies.
nobu
2004-09-02
1
-1
/
+3
*
* ext/tk/lib/tk/spinbox.rb: fix typo
ocean
2004-09-01
1
-1
/
+1
*
* ext/tk/tkutil.c (cbsubst_init): fix memory leak
ocean
2004-08-31
1
-2
/
+1
*
* ext/tcltklib/tcltklib.c (ip_delete): when a tcltkip is deleted, destroy its...
nagai
2004-08-31
1
-0
/
+1
*
* ext/tcltklib/tcltklib.c (del_root): fix SEGV
nagai
2004-08-31
1
-1
/
+6
*
* ext/tk/lib/multi-tk.rb: 'restart' method accepts arguments
nagai
2004-08-30
1
-6
/
+19
*
* ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]
nagai
2004-08-29
2
-2
/
+4
*
* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2i
gotoyuzo
2004-08-24
3
-6
/
+7
*
* ext/openssl/ossl_ssl.c (ossl_ssl_read):
gotoyuzo
2004-08-23
2
-23
/
+27
*
* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.
nobu
2004-08-20
1
-5
/
+17
*
* ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.
nagai
2004-08-19
2
-2
/
+5
*
* ext/syck/token.c: re2c no longer compiled with bit vectors. caused
why
2004-08-18
3
-1973
/
+3821
*
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): need to call
eban
2004-08-18
1
-2
/
+9
*
* lib/implicit.c: added sexagecimal float#base60.
why
2004-08-07
5
-2955
/
+1386
*
* ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.
akr
2004-08-06
1
-1
/
+4
*
* ext/tk/lib/tk/namespace.rb: bug fix
nagai
2004-08-03
2
-10
/
+30
*
* ext/tk/lib/msgcat.rb (set_translation): bug fix (fail to set
nagai
2004-08-02
1
-12
/
+25
*
* lib/yaml.rb (YAML::load_file, YAML::parse_file): added.
why
2004-07-30
3
-1371
/
+1454
*
* ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError when
nagai
2004-07-30
2
-4
/
+21
*
* ext/tk/lib/tkextlib/pkg_checker.rb: improve the check process
nagai
2004-07-29
1
-9
/
+64
*
* ext/tk/lib/validate.rb: accept a Method object for the validatecommand option
nagai
2004-07-28
7
-10
/
+241
*
* for backward compatibility (see [ruby-talk:107510], [ruby-talk:107647])
nagai
2004-07-28
1
-0
/
+5
*
* ext/tk/MANIFEST: added
eban
2004-07-24
2
-46
/
+5
*
* add TclX extension support (partially)
nagai
2004-07-23
5
-14
/
+106
*
* TkMsgCatalog.callback: bug fix (wrong number of argument)
nagai
2004-07-18
1
-1
/
+2
*
* ext/tk/lib/tk/variable.rb: TkVariable#ref returns a TkVariable object
nagai
2004-07-17
1
-1
/
+2
*
* rename files to avoid application (cvs and so on) troubles
nagai
2004-07-16
8
-7
/
+53
*
* ext/tk/lib/tk.rb(module TkObjecct): extend TkCore module
nagai
2004-07-16
1
-0
/
+1
*
* ext/readline/extconf.rb: added dir_config for curses, ncurses,
shugo
2004-07-15
1
-0
/
+3
*
* ext/tk/sample/tkextlib/tktable/spreadsheet.rb: add a new sample
nagai
2004-07-15
4
-4
/
+149
*
ext/socket/socket.c (s_recvfrom): remove C++ style comment.
eban
2004-07-15
1
-1
/
+0
*
* ext/tk/, ext/tcltklib/: bug fix
nagai
2004-07-15
132
-183
/
+5589
*
* ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type of
gotoyuzo
2004-07-14
1
-1
/
+1
*
* ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.
nagai
2004-07-09
45
-21
/
+1171
*
* add entries
nagai
2004-07-08
1
-0
/
+41
*
* ext/tk/lib : bug fix
nagai
2004-07-08
63
-110
/
+2420
*
* ext/tk/lib/tkextlib/tktrans.rb,
eban
2004-07-06
2
-2
/
+2
*
* ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers
nagai
2004-07-06
137
-427
/
+8453
*
* ext/tk/lib/tkextlib/tkDND.rb: fix syntax error.
eban
2004-07-03
1
-4
/
+4
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2004-07-01
167
-0
/
+11904
*
* ext/tk/lib/tcltklib : bug fix
nagai
2004-07-01
31
-572
/
+2206
*
* ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify is
gotoyuzo
2004-07-01
1
-3
/
+1
[next]