summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bugfix for Importable::callback.ttate2002-10-311-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_mod_public_method_defined, etc.): new methods:matz2002-10-306-10/+124
| | | | | | | | | | | | | | | | | public_method_defined?, private_method_defined?, protected_method_defined? * object.c (rb_obj_public_methods): new method Object#public_methods. * class.c (ins_methods_i): Object#methods should list both public and protected methods. * class.c (rb_class_public_instance_methods): new method Module#public_instance_methods. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-2910-26/+32
| | | | | | | | ext/socket/socket.c: differentiate long and int; use proper printf type specifiers and do casts where appropriate. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2002-10-29nobu2002-10-291-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (error_print, rb_longjmp, rb_thread_schedule): flushnobu2002-10-293-8/+39
| | | | | | | | | | | | | | | error message. [ruby-dev:18582] * eval.c (ruby_cleanup): added. just clean up without exit. [ruby-dev:18582] * eval.c (ruby_exec): added. execute main evaluation tree without exit. [ruby-dev:18582] * intern.h: prototypes; ruby_cleanup, ruby_exec git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): use dummy_makefile to create dummynobu2002-10-283-67/+68
| | | | | | | | | | | | | | | | | Makefile. * lib/mkmf.rb (find_executable0): EXEEXT is optional. * lib/mkmf.rb (dummy_makefile): make dummy Makefile content. * lib/mkmf.rb (create_makefile): define EXTLIB replacing -l. * lib/mkmf.rb ($bccwin): detect Borland make by help message. * lib/mkmf.rb (CLEANINGS): common rules to clean. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * djgpp/config.sed (@program_transform_name@): use `%', not `,'.eban2002-10-272-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ChangeLog: commit miss.eban2002-10-271-0/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is ↵H_Konishi2002-10-273-1/+11
| | | | | | | | | controlled. lib/mkmf.rb(773) : Also in the case of bccwin32, the path was added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * djgpp/*: sync with the latest.eban2002-10-277-78/+132
| | | | | | | | | * ext/extmk.rb, lib/mkmf.rb: flush $stdout. * io.c (READ_DATA_PENDING_COUNT, READ_DATA_PENDING_PTR): undef these macros on DJGPP. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2002-10-27eban2002-10-271-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * moved a blank line.nobu2002-10-271-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * fixed generator script name.nobu2002-10-271-3/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * node.h (nd_type): cast the value to int.knu2002-10-262-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2002-10-26knu2002-10-251-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu2002-10-253-4/+12
| | | | | | | | | | argument and prevent coredump when a nonexistent key is specified. * ext/sdbm/init.c (fsdbm_indexes, fsdbm_select): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c, gc.c: adopt a common set of alloca() #ifdef's. Thisknu2002-10-253-15/+31
| | | | | | | | | | fixes the build with Intel C Compiler for Linux. * eval.c (rb_f_require): declare old_func with a real type, not just type modifiers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: add ML ref.aamine2002-10-241-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL.aamine2002-10-242-1/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2002-10-24nobu2002-10-241-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-245-10/+18
| | | | | | | | | | | | | | [ruby-dev:18577] * ext/extmk.rb (extmake): expand $srcdir. * ext/win32ole/extconf.rb: should not override $CFLAGS, but append. * lib/mkmf.rb (config_string): use given config hash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make.nobu2002-10-242-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (create_makefile): site-install target for backward compatibility.nobu2002-10-232-5/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (init_mkmf): libdir prior to topdir.nobu2002-10-232-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]nobu2002-10-234-4/+16
| | | | | | | | | | * mkconfig.rb: never substute escaped $$. * instruby.rb: not install LIBRUBY_SO unless enable-shared. [ruby-dev:18569] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2002-10-23nobu2002-10-231-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-238-9/+103
| | | | | | | | | | | | | | | | | | | | | | | interpolation. * node.h: ditto. * intern.h: prototypes; rb_is_junk_id, rb_str_dump, rb_str_intern * object.c (sym_inspect): escape and quote for non-alphanumeric symbols. * parse.y (dsym, tokadd_string, yylex): extended symbol literals. * parse.y (rb_is_junk_id): added. * string.c (rb_str_dump, rb_str_intern) : make extern. * lib/mkmf.rb (create_makefile): deffile should be removed by distclean, not clean. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* README.EXT: grammer updates by Simon Cozens.matz2002-10-232-167/+170
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (init_mkmf): add dir_config("opt").eban2002-10-222-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* *bcc32/configure.bat : The command line when calling setup.mak is corrected.H_Konishi2002-10-223-7/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): add install: target to dummy Makefile.nobu2002-10-222-2/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * instruby.rb: add dryrun mode.nobu2002-10-226-81/+130
| | | | | | | | | | | | | | | | | | | | | | * ext/extmk.rb (extmake): avoid Borland make's quirk behavior. * lib/mkmf.rb (link_command): opt is not a makefile macro. * bcc32/Makefile.sub ($(LIBRUBY_SO) $(LIBRUBY)): EXTOBJS were not linked. * bcc32/Makefile.sub (ext/extinit.obj): missing. * bcc32/Makefile.sub (TRY_LINK): options have to place before any non-option arguments. * win32/Makefile.sub (TRY_LINK): need -link and -libpath options. * bcc32/Makefile.sub, win32/Makefile.sub (RANLIB): logical operator never work with command.com. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban2002-10-214-15/+17
| | | | | | | | * lib/mkmf.rb (link_command): put 'opt' after conftest.c for static linking. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-214-70/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (LIBEXT): suffix for static libraries. * configure.in (LIBPATHFLAG): switch template to specify library path. * configure.in (LINK_SO): command to link shared objects. * configure.in (DEFFILE, ARCHFILE): miscellaneous system dependent files. * configure.in (EXPORT_PREFIX): prefix to exported symbols on Windows. * configure.in (COMMON_LIBS, COMMON_MACROS, COMMON_HEADERS): libraries, macros and headers used in common. * configure.in (RUBYW_INSTALL_NAME, rubyw_install_name): GUI mode excutable name. * Makefile.in (CFLAGS): append XCFLAGS. * Makefile.in (PREP): miscellaneous system dependent files. * Makefile.in (ruby.imp, ext/extinit.o): moved from ext/extmk.rb. * Makefile.in (fake.rb): CROSS_COMPILING keeps building platform. * Makefile.in (MAKEFILES): depend on *.in and config.status. * Makefile.in (parse.c): replace "y.tab.c" with actual name for byacc. * ext/extmk.rb, lib/mkmf.rb: integrated. * ext/extmk.rb: propagate MFLAGS. * ext/extmk.rb (extmake): make dummy Makefile to clean even if no Makefile is made. * lib/mkmf.rb (older): accept multiple file names and Time objects. * lib/mkmf.rb (xsystem): split and qoute. * lib/mkmf.rb (cpp_include): make include directives. * lib/mkmf.rb (try_func): try wheather specified function is available. * lib/mkmf.rb (install_files): default to site-install. * lib/mkmf.rb (checking_for): added. * lib/mkmf.rb (find_executable0): just find executable file with no message. * lib/mkmf.rb (create_header): output header file is variable. * lib/mkmf.rb (create_makefile): separate sections. * lib/mkmf.rb (init_mkmf): initialize global variables. * win32/Makefile.sub, bcc32/Makefile.sub (CPP, AR): added. * bcc32/Makefile.sub (ARCH): fixed to i386. * win32/Makefile.sub, bcc32/Makefile.sub (miniruby): should not link EXTOBJS. * ext/dl/extconf.rb: use try_cpp to cross compile. * ext/dl/extconf.rb: not modify files in source directory. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* commit missnobu2002-10-211-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2002-10-21nobu2002-10-211-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-219-1127/+877
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (LIBEXT): suffix for static libraries. * configure.in (LIBPATHFLAG): switch template to specify library path. * configure.in (LINK_SO): command to link shared objects. * configure.in (DEFFILE, ARCHFILE): miscellaneous system dependent files. * configure.in (EXPORT_PREFIX): prefix to exported symbols on Windows. * configure.in (COMMON_LIBS, COMMON_MACROS, COMMON_HEADERS): libraries, macros and headers used in common. * configure.in (RUBYW_INSTALL_NAME, rubyw_install_name): GUI mode excutable name. * Makefile.in (CFLAGS): append XCFLAGS. * Makefile.in (PREP): miscellaneous system dependent files. * Makefile.in (ruby.imp, ext/extinit.o): moved from ext/extmk.rb. * Makefile.in (fake.rb): CROSS_COMPILING keeps building platform. * Makefile.in (MAKEFILES): depend on *.in and config.status. * Makefile.in (parse.c): replace "y.tab.c" with actual name for byacc. * ext/extmk.rb, lib/mkmf.rb: integrated. * ext/extmk.rb: propagate MFLAGS. * ext/extmk.rb (extmake): make dummy Makefile to clean even if no Makefile is made. * lib/mkmf.rb (older): accept multiple file names and Time objects. * lib/mkmf.rb (xsystem): split and qoute. * lib/mkmf.rb (cpp_include): make include directives. * lib/mkmf.rb (try_func): try wheather specified function is available. * lib/mkmf.rb (install_files): default to site-install. * lib/mkmf.rb (checking_for): added. * lib/mkmf.rb (find_executable0): just find executable file with no message. * lib/mkmf.rb (create_header): output header file is variable. * lib/mkmf.rb (create_makefile): separate sections. * lib/mkmf.rb (init_mkmf): initialize global variables. * win32/Makefile.sub, bcc32/Makefile.sub (CPP, AR): added. * bcc32/Makefile.sub (ARCH): fixed to i386. * win32/Makefile.sub, bcc32/Makefile.sub (miniruby): should not link EXTOBJS. * ext/dl/extconf.rb: use try_cpp to cross compile. * ext/dl/extconf.rb: not modify files in source directory. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* should raise InvalidComponentError if MAILTO_REGEXP could not match with ↵akira2002-10-201-2/+3
| | | | | | @opaque. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu2002-10-183-7/+40
| | | | | | | | | | of logical operator. [ruby-dev:18534] * parse.y (remove_begin): eliminate useless NODE_BEGIN. [ruby-dev:18535] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu2002-10-174-7/+28
| | | | | | | | | | | Darwin for namespace cleanness. [ruby-core:00537] * dln.c (dln_load): Fix Darwin support that has been disabled and switch to using it on Darwin instead of the system dlopen(). [ruby-core:00541] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32ole.c(EVENTSINK_Invoke): set pvarResult.suke2002-10-171-3/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * marshal.c (w_byten): added; write n bytes from s to arg.nobu2002-10-172-30/+84
| | | | | | | | | | * marshal.c (dump): flush buffered data. * marshal.c (marshal_dump, r_byte, r_bytes0, marshal_load): unify marshaling I/O. [ruby-talk:53368] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2002-10-17eban2002-10-171-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-176-24/+60
| | | | | | | | | | | * object.c (rb_cstr_to_dbl): p pointer might be NULL. * bignum.c (rb_str_to_inum): RString ptr might be NULL. * bignum.c (rb_cstr_to_inum): str pointer might be NULL. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-0/+6
| | | | | | | * lib/fileutils.rb: change coding style. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-44/+54
| | | | | | | * lib/fileutils.rb: change coding style. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu2002-10-162-15/+36
| | | | | | | | unnumbered arguments. [ruby-dev:18531] get rid of memory leak at exception. [ruby-core:00460] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2002-10-16nobu2002-10-161-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * variable.c (rb_global_entry): not add global entry untilnobu2002-10-162-2/+9
| | | | | | | | | initialized to avoid accessing it while GC. [ruby-dev:18514] * variable.c (rb_alias_variable): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2002-10-12nobu2002-10-121-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e