| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 18212: | shyouhei | 2008-08-04 | 1 | -10/+36 |
* | Merge changes from ruby_1_8 to reduce warnings and potentially improve | knu | 2008-06-06 | 1 | -2/+8 |
* | Merge from ruby_1_8. | knu | 2008-04-22 | 1 | -0/+4 |
* | * parse.y (yyerror): limit error message length. [ruby-dev:31848] | nobu | 2007-09-25 | 1 | -14/+23 |
* | * regex.c (calculate_must_string, slow_search, re_search): Silence | knu | 2007-02-27 | 1 | -9/+9 |
* | * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX alloca | matz | 2006-08-07 | 1 | -8/+11 |
* | * regex.c (re_compile_pattern): should check if c is not a | matz | 2006-04-24 | 1 | -1/+1 |
* | * regex.c (re_compile_pattern): numeric literal inside character class | nobu | 2005-10-18 | 1 | -0/+1 |
* | * regex.c (read_special): fix parsing backslashes following \c in | nobu | 2005-07-10 | 1 | -3/+4 |
* | * regex.c: declare rb_warn to have variadic argument. [ruby-core:4751] | akr | 2005-04-24 | 1 | -1/+1 |
* | * file.c (rb_file_chown): integer conversion should be prior to | matz | 2004-11-22 | 1 | -2/+2 |
* | * regex.c (slow_match): avoid GCC 3.4.x warnings. | eban | 2004-11-08 | 1 | -3/+3 |
* | * string.c (RESIZE_CAPA): check string attribute before modifying | matz | 2004-10-27 | 1 | -8/+8 |
* | * parse.y (block_append): update nd_end for "real" head node. | matz | 2004-01-26 | 1 | -0/+3 |
* | * eval.c (catch_timer): do not call rb_thread_schedule() inside to | matz | 2003-12-24 | 1 | -3/+4 |
* | * eval.c (rb_eval): while/until should not capture break unless | matz | 2003-09-30 | 1 | -1/+1 |
* | * regex.c (re_compile_pattern): should not translate character | matz | 2003-09-16 | 1 | -10/+20 |
* | * marshal.c (w_object): if object responds to 'marshal_dump', | matz | 2003-07-29 | 1 | -1/+1 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -0/+1 |
* | * regex.c (mbctab_sjis): 0x80 is not shift jis first byte. | nobu | 2003-07-09 | 1 | -2/+2 |
* | * regex.c (calculate_must_string): should handle option_set | matz | 2003-06-16 | 1 | -2/+5 |
* | * regex.c (re_match_exec): \Z changed to be consistent with new $ | matz | 2003-05-14 | 1 | -2/+1 |
* | * regex.c (re_match_exec): $ _always_ matches at the end of string. | matz | 2003-05-01 | 1 | -2/+1 |
* | * struct.c (rb_struct_eql): should compare values with "eql?". | matz | 2003-04-18 | 1 | -1/+0 |
* | * regex.c (re_compile_pattern): /[\--\-]/ was warned. warn /]/. | akr | 2003-04-09 | 1 | -3/+5 |
* | * eval.c (Init_Proc): make Method and UnboundMethod independent. | matz | 2003-04-08 | 1 | -0/+2 |
* | * eval.c (avalue_to_svalue): use rb_check_array_type() again. | matz | 2003-03-29 | 1 | -1/+1 |
* | * regex.c (re_compile_pattern): fix [:name:] handling. | akr | 2003-03-27 | 1 | -34/+32 |
* | * regex.c (re_compile_pattern): fix previous change. | akr | 2003-03-21 | 1 | -3/+3 |
* | * regex.c (re_compile_pattern): give warning for unescaped square | matz | 2003-03-21 | 1 | -0/+12 |
* | * parse.y: tMINUS should have lower precedence than tPOW. | matz | 2003-01-24 | 1 | -3/+2 |
* | * parse.y (arg): syntaxify tPOW negative number hack. | matz | 2003-01-23 | 1 | -5/+5 |
* | * regex.c (is_in_list): should work weill with UTF-8. | matz | 2003-01-20 | 1 | -11/+33 |
* | * regex.c (re_match): | nobu | 2003-01-02 | 1 | -1/+1 |
* | * regex.c (re_match_exec): fix odd \G behavior based on the patch | matz | 2002-12-25 | 1 | -3/+16 |
* | * file.c (rb_find_file_ext): should not terminate searching with | matz | 2002-11-22 | 1 | -0/+1 |
* | * regex.c (re_match): p1 may exceed pend limit. | matz | 2002-09-26 | 1 | -1/+1 |
* | * dir.c (glob_helper): must not closedir() when exception raised | nobu | 2002-09-25 | 1 | -4/+4 |
* | * parse.y (read_escape): deny zero-width hexadecimal character. | nobu | 2002-06-14 | 1 | -0/+2 |
* | * object.c (Init_Object): should do exact match for Module#==. | matz | 2002-05-21 | 1 | -1/+1 |
* | * various files: macro fix-up by Michal Rokos. | matz | 2002-04-25 | 1 | -4/+5 |
* | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz | 2002-04-24 | 1 | -5/+5 |
* | * eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED, | matz | 2002-04-19 | 1 | -13/+1 |
* | * regex.c (mbc_startpos_func): VC6 seems to be unable to | nobu | 2002-03-25 | 1 | -9/+10 |
* | * regex.c (mbc_startpos_func): shoud be static. | nobu | 2002-03-25 | 1 | -2/+2 |
* | * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1', | matz | 2002-03-12 | 1 | -1/+1 |
* | * eval.c (rb_eval_string_wrap): should hide the toplevel local | matz | 2002-02-19 | 1 | -10/+0 |
* | * regex.c: fix prototypes of xmalloc(), xcalloc() and xrealloc(). | eban | 2002-02-19 | 1 | -3/+3 |
* | * regex.c (re_compile_fastmap): skip begpos. | nobu | 2002-02-16 | 1 | -1/+1 |
* | * regex.c (mbc_startpos): become macro. | nobu | 2002-02-01 | 1 | -78/+74 |