summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
2006-02-01* configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean
2005-10-20* class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuffocean
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-08-30* array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu
2005-07-28* hash.c (each_i): typo fixed. [ruby-dev:26622]matz
2005-07-28* parse.y (f_arg): better argument name duplication checkmatz
2005-07-19* signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz
2005-06-13* hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186]ocean
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2005-05-08* hash.c (Init_Hash): remove custom "hash" and "eql?".ocean
2005-05-05* hash.c:rb_hash_hash_i() should be static. [ruby-core:04815]nobu
2005-04-02* hash.c (env_key): ENV.index is deprecated as well as Hash#index.ocean
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-01-28* ascii.c, euc_jp.c, hash.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, reg...ksaito
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-11-18* hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908]matz
2004-11-16* numeric.c (flo_divmod): protect float values from GC bymatz
2004-10-20rdocnobu
2004-10-06* io.c (rb_io_mode_flags): preserve append mode flag.matz
2004-09-29* array.c (rb_ary_delete): comparison may change the capacity.matz
2004-09-24* hash.c: iterator functions for hash_foreach() should return enumnobu
2004-09-23* hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz
2004-09-22* hash.c (hash_alloc): was using tbl pointer withoutmatz
2004-09-22* hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz
2004-09-22* parse.y: remove global variables ruby_eval_tree andmatz
2004-09-21* enum.c (enum_sort_by): do not use qsort directly. usematz
2004-06-11* array.c: remove #indexes, #indices.matz
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-02-26* eval.c (localjump_destination): lambda should not interferematz
2003-12-23RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave
2003-12-22* eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead ofmatz
2003-12-20dln.c: remove last second typo.matz
2003-12-19* misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz
2003-11-28* hash.c (env_has_value, env_index): must match exactly.nobu
2003-11-25* defines.h (ENV_IGNORECASE): should define when DOSISH withoutusa
2003-11-15* hash.c: remove unnecessary update.matz
2003-11-14* eval.c (rb_method_node): new API to retrieve method body.matz
2003-11-06* eval.c (rb_load): allow interrupt during loaded programmatz
2003-11-04* class.c, hash.c, string.c: remove #include "version.h".eban
2003-11-04* io.c (read_all): fptr->f may be NULL, if IO is closed in thematz
2003-10-24* hash.c (rb_hash_each): Hash#each should yield single value.matz
2003-08-01* class.c (rb_obj_singleton_methods): should not go up tomatz
2003-08-01* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
2003-07-24* gcc -Wall clean-up.matz
2003-07-15* lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz
2003-06-23* dir.c (find_dirsep): get rid of warnings.nobu