Age | Commit message (Expand) | Author |
2004-04-14 | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu |
2004-04-07 | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz |
2004-04-07 | * file.c (rb_get_path): get path string via "to_path" method if | matz |
2004-04-05 | * error.c (Init_Exception): remove Exception#to_str. [Ruby2] | matz |
2004-04-02 | * eval.c (top_include): include in the wrapped load is done for | matz |
2004-04-02 | * eval.c (block_pass): should increment unique identifier of the | matz |
2004-04-02 | * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299] | aamine |
2004-03-30 | * eval.c (rb_eval): fix SEGV at retry in iterator's receiver. | nobu |
2004-03-29 | * exception message clean-up by Ian Macdonald <[email protected]>. | matz |
2004-03-23 | * object.c (rb_mod_cvar_get): new method Module#class_variable_get. | matz |
2004-03-20 | * eval.c (rb_require_safe): preserve old ruby_errinfo. | matz |
2004-03-19 | * variable.c (rb_cvar_set): class variables become private to the | matz |
2004-03-18 | * eval.c (proc_eq): avoid false positive by using scope and | matz |
2004-03-18 | * eval.c: remove specialized version of rb_Array(). use simple | matz |
2004-03-15 | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz |
2004-03-14 | * eval.c (rb_thread_raise): err at unstarted thread. (PR#1302) | nobu |
2004-03-10 | * eval.c (return_jump): set return value to the return | matz |
2004-03-10 | * struct.c (rb_struct_s_def): Struct::new executes block with | matz |
2004-03-03 | * eval.c (method_hash): new method. [ruby-talk:93968] | matz |
2004-02-27 | * eval.c (proc_invoke): no orphan block check is needed when pcall | matz |
2004-02-26 | * eval.c (localjump_destination): lambda should not interfere | matz |
2004-02-16 | * eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCE | akr |
2004-02-10 | * eval.c (method_proc): return bound Proc object. [ruby-dev:22854] | nobu |
2004-02-10 | * eval.c (umethod_bind): perge unused check. [ruby-dev:22850] | nobu |
2004-01-22 | * parse.y (opt_rescue): use NODE_ERRINFO() instead of | matz |
2004-01-21 | * parse.y (newline_node): do not use NODE_NEWLINE node anymore, | matz |
2004-01-19 | * variable.c (rb_set_class_path): do not set path if | matz |
2004-01-19 | * error.c (NameError::message): internal use only. | nobu |
2004-01-17 | * error.c (NameError::Message): new class for lazy evaluation of | nobu |
2004-01-16 | * eval.c (proc_eq): compare also arguments and environment | nobu |
2004-01-16 | * eavl.c (proc_eq): compare also arguments and environment. | nobu |
2004-01-10 | * configure.in: install rdoc by default. if you do not want to | matz |
2004-01-08 | * eval.c, object.c, process.c, re.c: don't use C++ style comments. | eban |
2004-01-07 | * eval.c (rb_mod_modfunc): should break if m has no super class. | matz |
2004-01-02 | * dir.c: merge tuning from H.Yamamoto <[email protected]>. | matz |
2004-01-02 | Finish documenting internal stuff. See Changelog for other details | dave |
2003-12-30 | Add RDoc for kernel functions, and tidy up | dave |
2003-12-29 | Add RDoc for Kernel global functions, tidy array and error | dave |
2003-12-28 | RDoc comments for Proc, Method, and UnboundMethod | dave |
2003-12-28 | Thread/ThradGroup RDoc | dave |
2003-12-26 | * configure.in: check if getcontext and setcontext are available. | nobu |
2003-12-24 | * eval.c (search_required): search actual file name once when no | nobu |
2003-12-24 | * configure.in: check for nanosleep, -lrt if required. | matz |
2003-12-24 | * eval.c (catch_timer): do not call rb_thread_schedule() inside to | matz |
2003-12-23 | * io.c (read_all): do not return nil at the end of file. | matz |
2003-12-22 | * eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead of | matz |
2003-12-21 | * class.c (rb_check_inheritable): new function. [ruby-dev:22316] | nobu |
2003-12-21 | Add file.c comments (and necessary support in parse_c.rb) | dave |
2003-12-20 | * eval.c (rb_with_disable_interrupt): prohibit thread context | matz |
2003-12-19 | Add boot_classes to rdoc parsing, fix a couple of bugs | dave |