summaryrefslogtreecommitdiff
path: root/s.el
Commit message (Expand)AuthorAge
* Release 1.12.0Magnar Sveen2017-09-22
* Use ‘save-match-data’ also for ‘s-reverse’.Philipp Stephani2017-09-06
* Silence byte-compilerBasil L. Contovounesios2017-04-28
* Conditionally require ucs-normalizeBasil L. Contovounesios2017-04-28
* Alias all functions ending in `?`Tianxiang Xiong2016-10-19
* Use save-match-data consistentlyPhilipp Stephani2016-09-28
* add s-blank-str?guobao.jiang2016-09-22
* Preserve text properties.Wilfred Hughes2016-07-10
* Merge pull request #64 from syohex/replace-all-62Magnar Sveen2016-05-09
|\
| * Set replacement flags same as s-replaceSyohei YOSHIDA2014-07-25
* | Merge pull request #89 from kuanyui/masterMagnar Sveen2016-05-09
|\ \
| * | Fix wrong amount of matched in s-matched-positions-allkuanyui2016-01-20
* | | `'s-format' tranform value to be stringdarksun2016-05-07
* | | Merge pull request #94 from lujun9972/s--agetMagnar Sveen2016-04-29
|\ \ \
| * | | use assoc-string instead of assoclujun99722016-04-29
| * | | when origin 's--aget' return nil. It should keep nillujun99722016-04-29
| * | | make `s--aget' always return a stringlujun99722016-04-29
| * | | use `assoc-string' instead of `assoc'lujun99722016-04-29
* | | | It turns out that `oref' is not a function.darksun2016-04-05
|/ / /
* | | recognize `oref' as a new standard helper function in `s-format'lujun99722016-04-05
* | | Make s-slice-at behave consistently on "".Matus Goljer2016-03-13
|/ /
* | Add s-matched-positions-allkuanyui2016-01-15
* | Remove duplicated functionSyohei YOSHIDA2015-09-24
* | Release 1.10.0Magnar Sveen2015-09-23
* | Merge pull request #63 from Fuco1/s-wrapMagnar Sveen2015-09-09
|\ \
| * | Add s-wrapMatus Goljer2014-07-25
| |/
* | Fix s-split-up-to when string ends with separator (fixes #74)Georg Brandl2015-08-25
* | Add s-wrap functionJohan Andersson2014-09-10
|/
* Add debug declarations for both macros, s-with and s-lex-format.Artur Malabarba2014-07-14
* Fix s-reverse for Unicode combining characters.Christopher Wellons2014-07-12
* Add s-split-up-toMatus Goljer2014-07-11
* Update s-split documentationSteve Lamb2014-06-20
* Release 1.9.0Magnar Sveen2013-12-23
* Add s-count-matchesexpez2013-12-23
* Release 1.8.0Magnar Sveen2013-09-05
* Remove double negation.Johan Andersson2013-09-04
* Add s-present?Johan Andersson2013-09-04
* Add s-presence.Johan Andersson2013-09-04
* Letters can be neither upper or lower case. Handle it.Magnar Sveen2013-08-24
* Release 1.7.0Magnar Sveen2013-08-24
* Add `s-word-initialsthisirs2013-08-24
* s-split-words now also splits ABc into A BcArtur Malabarba2013-08-20
* Fixes to docsMagnar Sveen2013-08-18
* Release 1.6.2Magnar Sveen2013-08-16
* Better support for international charactersMagnar Sveen2013-08-16
* Release 1.6.1Magnar Sveen2013-06-17
* Fix s-match-strings-all, this time properlyGeoff Gole2013-06-18
* Include overlapping matches in s-match-strings-allGeoff Gole2013-06-17
* s-lex-format is not just for lexical variables, it works fine with dynamic bi...Wilfred Hughes2013-06-05
* Release 1.6.0Magnar Sveen2013-05-26