aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* string.c: improve insertion performacenobu2017-04-171-1/+8
* string.c: Supress logical-op-parentheses warningsorah2017-03-291-2/+2
* string.c: use the usable sizenobu2017-03-211-3/+3
* fix accidental reversal of r57997 in r58000duerst2017-03-181-1/+1
* clarifiy 'codepoint' in documentation of String#each_codepointduerst2017-03-171-2/+4
* deduplicate static rb_str_format format stringsnormal2017-03-171-1/+1
* string.c: shortcut argument checknobu2017-03-151-4/+19
* string.c: use rb_check_string_typenobu2017-03-141-12/+4
* docs for Symbol#casecmp and Symbol#casecmp?stomar2017-03-131-17/+43
* string.c (rb_str_set_len): pathological checknobu2017-03-131-1/+1
* string.c: $; is a GC-rootnobu2017-03-131-0/+1
* docs for String#casecmp and String#casecmp?stomar2017-03-111-9/+17
* string.c (str_uminus): update doc for deduplicationnormal2017-03-081-2/+2
* fix parennobu2017-03-081-1/+1
* string.c: [DOC] Fix a typo in String#dumpkazu2017-03-071-1/+1
* string.c: negation of LONG_MINnobu2017-03-071-2/+4
* string.c: fix integer overflownobu2017-03-071-1/+1
* string.c: fix integer overflownobu2017-03-071-1/+1
* string.c: [DOC] fix doc formatting for String#==, #===stomar2017-03-041-3/+1
* 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