summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2002-04-15* pack.c (pack_unpack): should treat 'U' in character unit, not inmatz
2002-04-14Correct.ttate
2002-04-14Edit the documentation.ttate
2002-04-11raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate
2002-04-11Add DL::Importable::Internal::Struct#alloc.ttate
2002-04-11Add dl.txt instead of README.ttate
2002-04-11remove README and README.htmlttate
2002-04-11Support "unsigned short".ttate
2002-04-11Add "unsigned short".ttate
2002-04-11define alias "struct" and "union" in the module Importable.ttate
2002-04-10Add/Fix types.ttate
2002-04-10Implement the substitution for structure members.ttate
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-04-09* ext/stringio/stringio.c (check_modifiable): performancenobu
2002-04-05improve the prototype parser.ttate
2002-04-05"extern" and "[]" of the module Importable returns a symbol.ttate
2002-04-05Add dl/struct.rb.ttate
2002-04-04Get rid of ineffective encoding/decoding procedures.ttate
2002-04-04DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate
2002-04-04bugfix (a few bugs seems to be remaining yet.)ttate
2002-04-04Patch [ruby-dev:16747] (Thanks Nakada)ttate
2002-04-03Add ext/dl/lib/dl/types.rb.ttate
2002-04-03Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate
2002-04-02* ext/extmk.rb.in (enable_config): follow lib/mkmf.rb.nobu
2002-04-02Add entries to each Setup.* and remove Changes files.ttate
2002-04-02Get rid of the RUBY, and use CPPFLAGS="$(CPPFLAGS) -DDEBUG"ttate
2002-04-02Add ruby-dl.ttate
2002-04-02Add ruby-dlttate
2002-04-02* Makefile.in (CPPFLAGS): remove @includedir@.matz
2002-04-02* ext/socket/socket.c (sock_addrinfo): should clear addrinfo hints.eban
2002-04-01* io.c (rb_io_fptr_cleanup): need flush even when io will not bematz
2002-04-01* ext/sdbm/init.c (each_pair): moved prototype before thenobu
2002-04-01* ext/racc/cparse/cparse.c: prototype; call_scaniter().usa
2002-03-28* ext/socket/socket.c (sock_addrinfo): should specify socktypematz
2002-03-28* ext/strscan/strscan.c: add taint check.aamine
2002-03-26* ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.eban
2002-03-26* parse.y (primary): while/until statement modifiers to "begin"matz
2002-03-26* ext/bigfloat/bigfloat.c: Fix the initializer's function nameknu
2002-03-25* ext/bigfloat/extconf.rb: Downcase the module name. (BigFloat.soknu
2002-03-25* ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.eban
2002-03-25* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz
2002-03-22* ext/extmk.rb.in: replace mkdir with mkpath to compile racc/cparse.aamine
2002-03-22socket.c: oops, half-baked modifies were commited; backoutmatz
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
2002-03-22racc runtime imported.aamine
2002-03-22* strscan.c: remove useless #include directiveaamine
2002-03-22import strscan.aamine
2002-03-22Synchronize with reality. Pick actually existent modules and get ridknu
2002-03-22BigFloat 1.1.8 has been imported. Add .cvsignore and MANIFEST.knu
2002-03-22Initial revisionknu