| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/strscan/strscan.c (strscan_do_scan): fix usecnt decrement. | akr | 2008-08-31 | 1 | -1/+1 |
* | * ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed. | matz | 2008-08-30 | 1 | -0/+14 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fix | mame | 2008-06-03 | 1 | -4/+4 |
* | * ext/strscan/strscan.c (strscan_exist_p): fix document. | mame | 2008-06-03 | 1 | -1/+1 |
* | * re.c (rb_reg_prepare_re): made non static with small refactoring. | matz | 2008-05-12 | 1 | -2/+5 |
* | * ext/strscan/strscan.c (str_new): new function for allocate an string | akr | 2007-12-28 | 1 | -4/+12 |
* | * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use the | nobu | 2007-09-24 | 1 | -3/+1 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 1 | -1/+1 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+4 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 2 | -4/+3 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -6/+6 |
* | add regint.h and oniguruma.h to dependence | kosako | 2006-08-25 | 1 | -1/+2 |
* | * ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee... | aamine | 2006-07-26 | 1 | -1/+4 |
* | * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho... | aamine | 2006-07-26 | 1 | -7/+0 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 1 | -104/+49 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -8/+4 |
* | * ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]... | aamine | 2005-10-06 | 1 | -1/+0 |
* | * ext/strscan/strscan.c: document enhancement. | aamine | 2005-09-24 | 1 | -50/+34 |
* | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replace | nobu | 2005-03-04 | 1 | -9/+21 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -2/+2 |
* | strscan.c: use new Oniguruma API. | kosako | 2005-02-28 | 1 | -10/+3 |
* | remove oniggnu.h (GNU regex API). | kosako | 2005-02-26 | 1 | -4/+4 |
* | remove GNU regex API | kosako | 2005-02-17 | 1 | -10/+8 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -4/+0 |
* | * ext/strscan/strscan.c (strscan_init_copy): struct re_registers must | nobu | 2004-03-06 | 1 | -1/+7 |
* | * ext/strscan/depend: depends on re.h and regex.h. | nobu | 2004-03-06 | 2 | -7/+2 |
* | * ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d... | aamine | 2004-03-05 | 1 | -0/+35 |
* | * ext/strscan/strscan.c: improved documentation | gsinclair | 2004-02-19 | 1 | -30/+35 |
* | * ext/strscan/strscan.c: StringScanner#restsize is obsolete; use #rest_size i... | aamine | 2004-02-18 | 1 | -3/+27 |
* | * ext/strscan/strscan.c: don't use rb_eval_string, it defines classes under t... | aamine | 2004-02-18 | 1 | -2/+6 |
* | * ext/strscan/strscan.c: merge documentation from 1.8 branch. | aamine | 2004-02-18 | 1 | -5/+451 |
* | * ext/strscan/strscan.c: ScanError may be (wrongly) garbage collected. (thank... | aamine | 2004-02-17 | 1 | -14/+42 |
* | introduce some new methods | aamine | 2003-12-16 | 1 | -34/+72 |
* | * ext/strscan/strscan.c: should infect also return values of #inspect. | aamine | 2003-03-25 | 1 | -19/+18 |
* | * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, | nobu | 2002-12-20 | 1 | -2/+1 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -0/+1 |
* | * ext/strscan/strscan.c: follow allocation framework. | aamine | 2002-08-02 | 1 | -109/+208 |
* | copied from ext/etc. | nobu | 2002-04-18 | 1 | -0/+2 |
* | * ext/strscan/strscan.c: add taint check. | aamine | 2002-03-28 | 1 | -121/+169 |
* | * strscan.c: remove useless #include directive | aamine | 2002-03-22 | 1 | -5/+0 |
* | import strscan. | aamine | 2002-03-22 | 4 | -0/+668 |