aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* copied from ext/etc.nobu2002-04-184-0/+8
* * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat inknu2002-04-1711-5224/+0
* * pack.c (pack_unpack): should treat 'U' in character unit, not inmatz2002-04-151-1/+0
* Correct.ttate2002-04-141-8/+8
* Edit the documentation.ttate2002-04-141-2/+7
* raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate2002-04-113-19/+13
* Add DL::Importable::Internal::Struct#alloc.ttate2002-04-112-68/+53
* Add dl.txt instead of README.ttate2002-04-112-8/+264
* remove README and README.htmlttate2002-04-113-433/+12
* Support "unsigned short".ttate2002-04-111-0/+4
* Add "unsigned short".ttate2002-04-111-0/+4
* define alias "struct" and "union" in the module Importable.ttate2002-04-111-2/+7
* Add/Fix types.ttate2002-04-101-1/+3
* Implement the substitution for structure members.ttate2002-04-101-1/+6
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-1/+9
* * ext/stringio/stringio.c (check_modifiable): performancenobu2002-04-091-4/+15
* improve the prototype parser.ttate2002-04-051-0/+4
* "extern" and "[]" of the module Importable returns a symbol.ttate2002-04-051-1/+5
* Add dl/struct.rb.ttate2002-04-053-141/+288
* Get rid of ineffective encoding/decoding procedures.ttate2002-04-041-17/+47
* DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate2002-04-041-1/+1
* bugfix (a few bugs seems to be remaining yet.)ttate2002-04-041-1/+1
* Patch [ruby-dev:16747] (Thanks Nakada)ttate2002-04-042-22/+16
* Add ext/dl/lib/dl/types.rb.ttate2002-04-032-68/+90
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-039-167/+174
* * ext/extmk.rb.in (enable_config): follow lib/mkmf.rb.nobu2002-04-021-2/+2
* Add entries to each Setup.* and remove Changes files.ttate2002-04-025-166/+4
* Get rid of the RUBY, and use CPPFLAGS="$(CPPFLAGS) -DDEBUG"ttate2002-04-021-2/+1
* Add ruby-dl.ttate2002-04-021-0/+7
* Add ruby-dlttate2002-04-0230-0/+5872
* * Makefile.in (CPPFLAGS): remove @includedir@.matz2002-04-021-4/+3
* * ext/socket/socket.c (sock_addrinfo): should clear addrinfo hints.eban2002-04-021-0/+1
* * io.c (rb_io_fptr_cleanup): need flush even when io will not bematz2002-04-012-2/+9
* * ext/sdbm/init.c (each_pair): moved prototype before thenobu2002-04-012-4/+3
* * ext/racc/cparse/cparse.c: prototype; call_scaniter().usa2002-04-013-0/+11
* * ext/socket/socket.c (sock_addrinfo): should specify socktypematz2002-03-281-15/+21
* * ext/strscan/strscan.c: add taint check.aamine2002-03-281-121/+169
* * ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.eban2002-03-261-2/+2
* * parse.y (primary): while/until statement modifiers to "begin"matz2002-03-261-0/+1
* * ext/bigfloat/bigfloat.c: Fix the initializer's function nameknu2002-03-261-20/+2
* * ext/bigfloat/extconf.rb: Downcase the module name. (BigFloat.soknu2002-03-252-2/+52
* * ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.eban2002-03-251-0/+1
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-106/+49
* * ext/extmk.rb.in: replace mkdir with mkpath to compile racc/cparse.aamine2002-03-221-1/+2
* socket.c: oops, half-baked modifies were commited; backoutmatz2002-03-221-28/+0
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-37/+75
* racc runtime imported.aamine2002-03-229-0/+777
* * strscan.c: remove useless #include directiveaamine2002-03-221-5/+0
* import strscan.aamine2002-03-229-0/+673
* Synchronize with reality. Pick actually existent modules and get ridknu2002-03-225-15/+33