aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
...
* string.c: restore documentation for String#<<stomar2017-03-021-1/+4
* string.c (str_uminus): deduplicate stringsnormal2017-02-241-1/+1
* string.c: assertionnobu2017-02-141-1/+1
* initialize variablesnobu2017-02-141-5/+1
* suppress warningsnobu2017-02-131-0/+3
* doc: Add example for Symbol#to_snormal2017-02-051-0/+1
* symbol.c (rb_id2str): eliminate branch to set classnormal2017-02-031-3/+2
* string.c (rb_str_tmp_frozen_release): release embedded stringsnormal2017-01-301-5/+5
* io.c: recycle garbage on writenormal2017-01-301-0/+47
* string.c: rindex(//) should set $~.shugo2017-01-191-4/+2
* file.c: refine messagenobu2017-01-161-5/+28
* string.c: replacement and blocknobu2017-01-111-5/+9
* string.c: yield invalid partnobu2017-01-111-1/+1
* string.c: block for scrub with ASCII-incompatiblenobu2017-01-111-1/+5
* string.c: CRLF in paragraph modenobu2016-12-251-17/+37
* string.c: consistent paragraph mode with IOnobu2016-12-251-8/+7
* string.c: suppress a warningnobu2016-12-221-1/+1
* string.c: add missing size_t castrhe2016-12-201-1/+1
* no crypt.h on FreeBSD 12nobu2016-12-161-0/+2
* fix chomping newline only linenobu2016-12-161-1/+1
* string.c: fix method name in rdoc [ci skip]nobu2016-12-121-1/+1
* String#match? and Symbol#match?nobu2016-12-121-0/+41
* string.c: chomp optionnobu2016-12-031-6/+47
* Fix/improve documentation of String/Symbol#casecmp[?]duerst2016-11-291-4/+9
* string.c: use xmallocnobu2016-11-291-1/+1
* string.c: fix zero-length arraynobu2016-11-281-2/+2
* string.c: enable rdocnobu2016-11-281-2/+1
* implement String/Symbol#casecmp? including Unicode case foldingduerst2016-11-281-0/+54
* chomp optionnobu2016-11-051-14/+18
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-6/+6
* Fixed typo [ci skip]nobu2016-10-211-2/+2
* * internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.usa2016-10-041-7/+1
* string.c: negative hashnobu2016-10-011-2/+2
* * string.c (rb_str_hash_m): st_index_t is not guaranteed as the sameusa2016-10-011-1/+7
* string.c: fast path of lstrip_offsetnobu2016-09-261-5/+11
* string.c: fix integer overflow in enc_strlen() and rb_enc_strlen_cr()rhe2016-09-261-2/+4
* * internal.h (WARN_UNUSED_RESULT): moved to configure.in, toshyouhei2016-09-161-4/+4
* string.c: avoid signed integer overflowrhe2016-09-131-48/+46
* string.c: rename STR_EMBEDABLE_P to STR_EMBEDDABLE_Prhe2016-09-131-15/+17
* string.c: STR_EMBEDABLE_Pnobu2016-09-131-3/+6
* string.c: fix integer overflownobu2016-09-131-1/+2
* string.c: fix buffer overflow check condition in rb_str_set_len()rhe2016-09-131-1/+1
* replace fixnum by integer in documents.akr2016-09-081-16/+16
* multiple argumentsnobu2016-08-271-16/+50
* string.c: rb_fs_setternobu2016-08-231-3/+15
* string.c: $; name in error messagenobu2016-08-221-6/+19
* * string.c (String#downcase), NEWS: Mentioned that case mapping for allduerst2016-07-301-1/+1
* rb_funcallvnobu2016-07-291-1/+1
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-2/+2
* Fix Issues reported by PVS-Studio static analyzernobu2016-07-221-1/+1