aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* [DOC] How to get the longest last match [Bug #18415]Nobuyoshi Nakada2021-12-191-1/+31
* What's Here for Symbol (#5289)Burdette Lamar2021-12-171-0/+59
* Enhanced RDoc for case mapping (#5245)Burdette Lamar2021-12-171-140/+173
* Enhanced RDoc for String (#5234)Burdette Lamar2021-12-101-46/+59
* Enhanced RDoc for String (#5227)Burdette Lamar2021-12-081-50/+91
* Fix link (#5208)Burdette Lamar2021-12-031-1/+1
* Adding links to literals and Kernel (#5192)Burdette Lamar2021-12-031-9/+21
* Improve performance of embedded string allocationPeter Zhu2021-11-261-3/+2
* Speed up Ractors for Variable Width AllocationPeter Zhu2021-11-231-5/+9
* [Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu2021-11-081-5/+8
* string.c: Follow up to ae2359f602bb467ca755eef02d73d361d35eaed7Yusuke Endoh2021-11-031-5/+6
* Enhanced RDoc for String (#5060)Burdette Lamar2021-11-021-138/+181
* Cleanup some RDoc (#5050)Burdette Lamar2021-10-281-23/+106
* string.c: Add some comments about STR flagsYusuke Endoh2021-10-291-3/+7
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-74/+249
* [Feature #18239] Add struct for embedded stringsPeter Zhu2021-10-251-11/+11
* Update documentation for String and Symbol to discuss differencesJeremy Evans2021-10-151-3/+34
* Add tests for the edge caces of `String#end_with?`Nobuyoshi Nakada2021-10-081-3/+5
* * remove trailing spaces. [ci skip]git2021-10-061-1/+1
* Fix documentation for String#{<<,concat,prepend}Jeremy Evans2021-10-051-9/+10
* Adjust types to rb_enc_left_char_headNobuyoshi Nakada2021-10-051-5/+4
* Remove a redundant cast between the exact same typesNobuyoshi Nakada2021-10-051-1/+1
* rb_enc_left_char_head(): take void*卜部昌平2021-10-051-1/+1
* downcase_single/upcase_single: assume ASCII卜部昌平2021-10-051-4/+2
* include/ruby/encoding.h: convert macros into inline functions卜部昌平2021-10-051-1/+1
* add undeclared variables卜部昌平2021-10-051-0/+2
* Skip broken strings as the locale encodingNobuyoshi Nakada2021-10-011-0/+6
* [DOC] Use `unpack1` instead of `unpack(template)[0]` [ci skip]Kazuhiro NISHIYAMA2021-09-231-2/+2
* Adjust indent in string.c [ci skip]Nobuyoshi Nakada2021-09-161-1/+1
* Refactor and Using RBOOL macroS.H2021-09-151-2/+1
* Remove printf family from the mjit headerNobuyoshi Nakada2021-09-111-0/+10
* include/ruby/internal/intern/string.h: add doygen卜部昌平2021-09-101-20/+5
* [Bug #18154] Fix memory leak in String#initializePeter Zhu2021-09-081-1/+1
* Treat NULL fake string as an empty stringNobuyoshi Nakada2021-08-171-0/+5
* Term fill in String#{,l,r}strip! even when SHARABLE_MIDDLE_SUBSTRINGJeremy Evans2021-08-111-6/+0
* Fix indentation in string.cPeter Zhu2021-08-031-9/+9
* Fix documentation of #<=> and #casecmp [ci skip]Troy Chance2021-08-021-4/+4
* Using RBOOL macroS.H2021-08-021-8/+5
* Escape unprintable chars only, without surrounding quotesNobuyoshi Nakada2021-07-241-2/+2
* Refactor rb_str_export and rb_str_export_locale function'sS-H-GAMELINKS2021-07-071-2/+2
* Specify version to remove as bare numbersNobuyoshi Nakada2021-06-301-2/+2
* rb_warn_deprecated_to_remove_at [Feature #17432]Nobuyoshi Nakada2021-06-301-2/+2
* Scan the coderange in the given encodingNobuyoshi Nakada2021-06-261-9/+23
* Add Related link from String#hash to Object#hashKetan Bhatt2021-06-231-0/+2
* What's Here for Numeric and ComparableBurdette Lamar2021-06-211-2/+4
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-2/+3
* Make String#crypt ractor-safeNobuyoshi Nakada2021-04-131-1/+39
* Get rid of LONG_LONG redefinitionNobuyoshi Nakada2021-04-121-9/+9
* rb_enc_interned_str: handle autoloaded encodingsJean Boussier2021-03-221-0/+4
* Make String#{strip,lstrip}{,!} strip leading NUL bytesJeremy Evans2021-02-201-2/+2