Last change
on this file since 34923 was
34923,
checked in by Alexej Magura, 3 years ago
|
releasing version 4.1.3: heres to a build that hopefully isn t broken
|
File size:
1.2 KB
|
Line | |
---|
1 | * Tony Garnock-Jones |
---|
2 | |
---|
3 | - the original Author and, presumably, maintainer. |
---|
4 | |
---|
5 | * Heath Johns |
---|
6 | |
---|
7 | - paren bouncing; auto-completion code. |
---|
8 | |
---|
9 | * Alexej Magura <amagura92*gmail*> |
---|
10 | |
---|
11 | - The history related functions, most of the changes in versions 2.0 and later. |
---|
12 | |
---|
13 | * Alexander Peslyak <solar at openwall.com> |
---|
14 | |
---|
15 | - Wrote the implementation of `concat', which he subsequently released into the Public Domain. |
---|
16 | I came across it while trying to find a viable alternative to a `concat' implementation found in the |
---|
17 | GNU C manual, which I was uncomfortable using since it is licensed under the GNU FDL, which AFAIK |
---|
18 | could mean that using it in a non-GPL'd piece of software might be in violation of its license. |
---|
19 | So I was only too pleased when I came across Alexander Peslyak's code and realized that it was Public Domain. |
---|
20 | |
---|
21 | NOTE: Alexander Peslyak does not in any way, shape, or form endorse my use of his code. |
---|
22 | |
---|
23 | The version that I used as the basis for the concat family of functions, albeit slightly |
---|
24 | different (if at all), can be found here: |
---|
25 | "http://openwall.info/wiki/_media/people/solar/software/public-domain-source-code/concat.c" |
---|
26 | |
---|
27 | * Arto Bendiken <http://bendiken.net/> |
---|
28 | |
---|
29 | - wrote the implementation of kvlist? that I use in the run.scm test file. |
---|
Note: See
TracBrowser
for help on using the repository browser.