Magnar Sveen
d374fcca52
Revert "Add combinators"
...
This reverts commit 9abae5e6bc .
13 years ago
Magnar Sveen
37064b5b6b
Include @Fuco1 in Authors/Copyright + fix README
13 years ago
Magnar Sveen
51c9f6b8dc
Merge pull request #42 from Fuco1/functional
...
Add combinators
13 years ago
Fuco1
9abae5e6bc
Add combinators
13 years ago
Magnar Sveen
d1913c6f8c
Merge pull request #41 from Wilfred/master
...
Fix incorrect alias checking in docs--signature
13 years ago
Wilfred Hughes
b1cfe18231
Fix incorrect alias checking in docs--signature
...
help-split-fundoc expects the function symbol to be the function
name used in the docstring. Since we only use help-split-fundoc for
subrs, this isn't an issue in practice, because subrs use
`(fn some-arg some-other-arg)` rather than an explicit name.
Still, the boolean ought to do what it says it's doing.
13 years ago
Magnar Sveen
0db2f5a5ab
Fix second example for -last/first-item
13 years ago
Magnar Sveen
824fcb3531
Release 1.8.0
13 years ago
Magnar Sveen
788573e079
Merge pull request #36 from Wilfred/master
...
Adding -first-item and -last-item. [magnars/dash.el#17 ]
13 years ago
Wilfred Hughes
b0ff280894
Updating docs--signature to handle aliases and subrs
...
I've also removed docs--docstring since it's just 'documentation.
13 years ago
Magnar Sveen
8b17154bc1
Release 1.7.0
13 years ago
Magnar Sveen
506401e839
Merge pull request #39 from Fuco1/rotate
...
Add -rotate
13 years ago
Fuco1
9bd656ebcd
Add -rotate
13 years ago
Magnar Sveen
970728edba
Actually update README :P
13 years ago
Magnar Sveen
5b5dab5f1c
Fix typo
...
Closes #37
13 years ago
Magnar Sveen
22d2c2d0ca
Release 1.6.0
13 years ago
Magnar Sveen
a3b2fdb95c
Merge pull request #38 from rejeep/min-and-max
...
Add -min and -max.
13 years ago
Johan Andersson
41649089e3
Add -min, -max, -min-by and -max-by.
13 years ago
Wilfred Hughes
e07cef640b
Adding -first-item and -last-item. [ magnars/dash.el#17 ]
...
`-first-item` is a trivial alias to `car`, so I used `defalias` so
there isn't the additional overhead of a function call. This has
broken `create_docs.sh`.
It seems that `defexamples` expects `symbol-function` to return an
elisp function definition, but `car` is implemented in C.
13 years ago
Magnar Sveen
2b200884ca
Add -juxt
13 years ago
Magnar Sveen
3226100a23
Indent according to emacs lisp standard
13 years ago
Magnar Sveen
9f156a6c75
Release 1.5.0
13 years ago
Magnar Sveen
7e41bed533
Merge pull request #35 from rejeep/sum-and-product
...
Add -sum and -product functions
13 years ago
Johan Andersson
12291f3ea6
Add -product function.
13 years ago
Johan Andersson
ff3d7bd333
Add -sum function.
13 years ago
Magnar Sveen
50659cc705
Release 1.4.0
13 years ago
Magnar Sveen
de67c4b0a7
Add `-sort`
...
Fixes #34
13 years ago
Magnar Sveen
962e5b82f9
Merge pull request #33 from Fuco1/reduce-r
...
Add reduce-r, the right associative variant of reduce
13 years ago
Fuco1
d556884b65
Add reduce-r, the right associative variant of reduce
13 years ago
Magnar Sveen
1fc6679085
Add -map-indexed to syntax highlighting
13 years ago
Magnar Sveen
49de16499b
Declare debug-info for some macros
13 years ago
Magnar Sveen
a3faf7c00e
Release 1.3.2
13 years ago
Magnar Sveen
5614753d73
Fix bug with -partition-all-in-steps
13 years ago
Magnar Sveen
336e5a5da6
Release 1.3.1
13 years ago
Magnar Sveen
4c8c4108e3
Add new functions to syntax highlighting
13 years ago
Magnar Sveen
6437adc595
Release 1.3.0
13 years ago
Magnar Sveen
3c546aba07
Add -partition-in-steps & -partition-all-in-steps
13 years ago
Magnar Sveen
8f9fca36b1
Merge pull request #30 from shosti/insert-at-opt
...
Small optimization for -insert-at
13 years ago
Emanuel Evans
f8db9e19dc
Avoid unnecessary copying for -insert-at
13 years ago
Magnar Sveen
6d328e419d
Release 1.2.0
13 years ago
Magnar Sveen
73ac975148
Merge pull request #29 from shosti/when-let-multi
...
-when-let* and -if-let*
13 years ago
Emanuel Evans
e870be867c
Add -when-let* and -if-let*
13 years ago
Emanuel Evans
79e3b92c1d
Fix -when-let and -if-let docstrings
13 years ago
Magnar Sveen
1754ae2554
Typo
13 years ago
Magnar Sveen
d5c124dec7
Update @shosti's list of contributions.
13 years ago
Magnar Sveen
0ff070bebb
Merge pull request #28 from shosti/master
...
Add -insert-at
13 years ago
Emanuel Evans
30ac13b766
Add -insert-at ( closes #27 )
13 years ago
Magnar Sveen
6420bf8f7d
Add Emanuel Evans to list of contributors
13 years ago
Magnar Sveen
c3dc883c96
Merge pull request #26 from shosti/when-if-let
...
Add -when-let and -if-let macros
13 years ago
Emanuel Evans
139610257a
Add -when-let and -if-let macros
13 years ago