index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string.c
Age
Commit message (
Expand
)
Author
2003-05-26
* eval.c (Init_Proc): Block/Proc separation. [huge change]
matz
2003-05-19
* class.c: add #include "version.h".
aamine
2003-05-19
* object.c (init_copy): rename copy_object as initialize_copy,
matz
2003-05-02
* string.c (rb_str_ljust): now takes optional argument to specify
matz
2003-04-27
* string.c (rb_str_to_i): disallow negative radix.
nobu
2003-04-14
* rubyio.h (struct OpenFile): add error raise flag to finalizer.
matz
2003-04-14
* bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.
nobu
2003-03-26
* string.c (rb_str_capitalize_bang): check length before upcase
nobu
2003-03-07
* parse.y (dsym): :"symbol string" style should not contain `\0'.
matz
2003-02-27
* string.c (str_new): need no MEMZERO().
matz
2003-02-21
* string.c (rb_str_cmp_m): should use LONG2NUM().
matz
2003-02-21
* string.c (rb_str_cmp_m): two small bugs fixed.
matz
2003-02-20
* string.c (rb_str_cmp_m): return nil if str2 does not respond to
matz
2003-02-10
* array.c (rb_ary_to_a): return value should be an Array if the
matz
2003-02-07
re-indented.
nobu
2003-02-07
* intern.h, re.c (rb_memsearch): returns long.
nobu
2003-02-06
* re.c (rb_reg_initialize_m): 3rd argument was ignored.
matz
2003-02-04
* array.c (rb_ary_equal): a == b is true when b is non T_ARRAY
matz
2003-02-03
* object.c (Init_Object): default Object#=== now calls "=="
matz
2003-02-03
* re.c (rb_memsearch): algolithm body of String#index.
matz
2003-01-31
* string.c (rb_str_index): search using Karp-Rabin algolithm.
matz
2003-01-31
* variable.c (rb_obj_classname): new function.
matz
2003-01-31
* parse.y (yylex): remove EXPR_CMDARG according to the RHG book.
matz
2003-01-16
Updated Copyrights of Matz to 2003.
michal
2002-12-30
* string.c (rb_str_substr): should share the shared string if
nobu
2002-12-21
* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),
usa
2002-12-20
* parse.y (do_block): split "do" block and tLBRACE_ARG block.
matz
2002-12-19
* numeric.c (num_step): use DBL_EPSILON.
matz
2002-12-18
* string.c (rb_str_dup_frozen): handle tail shared string.
nobu
2002-12-17
* string.c (rb_str_new4): handle tail shared string.
nobu
2002-12-17
* node.h (NODE_ATTRASGN): new node, assignment to attribute.
nobu
2002-12-10
* sprintf.c (rb_f_sprintf): preceding ".." for negative numbers
matz
2002-11-03
* object.c (Init_Object): added Object#object_id, new name for
matz
2002-10-24
* string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL.
aamine
2002-10-23
* eval.c (rb_eval): added NODE_DSYM, symbol literal with
nobu
2002-09-25
* io.c (appendline): forget to terminate with nul.
matz
2002-09-13
Fix-Addons [ruby-core:483] with corrections from [ruby-core:484]
michal
2002-09-12
* dir.c (glob_helper): prevent memory leak using rb_protect().
matz
2002-09-11
* string.c (get_pat): Add an extra argument "quote".
knu
2002-09-03
* variable.c (rb_copy_generic_ivar): remove old generic instance
matz
2002-08-29
* array.c (rb_ary_become): should not free ptr if it's shared.
matz
2002-08-28
Int vs Long cleanup #3 (ruby-core:352)
michal
2002-08-28
* string.c (rb_str_delete_bang): should check if str->ptr is 0.
matz
2002-08-27
* string.c (rb_str_rstrip_bang): don't access address -1.
eban
2002-08-27
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-21
*.c: Int vs Long cleanup
michal
2002-08-06
* string.c (rb_str_rindex): must return -1 if unmatched.
usa
2002-07-26
* random.c: replace with Mersenne Twister RNG.
matz
2002-07-11
* string.c (rb_str_match): fix for string match.
nobu
2002-07-11
* string.c (rb_str_slice_bang): if there's no corresponding
matz
[next]