Compare commits
No commits in common. '0b20cd490312de9154d023bc8627e3c90bb5845a' and '2bfe9b055193e70a7e8e9aea81790c42c41c45a9' have entirely different histories.
0b20cd4903
...
2bfe9b0551
@ -1,5 +1,58 @@
|
||||
.#*
|
||||
config.h.in
|
||||
obj/*
|
||||
*.so
|
||||
*.o
|
||||
.deps
|
||||
.libs
|
||||
autom4te.cache
|
||||
config.h
|
||||
*.doc
|
||||
*.x
|
||||
*.lo
|
||||
*.la
|
||||
aclocal.m4
|
||||
depcomp
|
||||
mdate-sh
|
||||
texinfo.tex
|
||||
*~
|
||||
,*
|
||||
aclocal.m4
|
||||
confdefs.h
|
||||
config.build-subdirs
|
||||
config.cache
|
||||
config.h
|
||||
config.status
|
||||
conftest
|
||||
conftest.c
|
||||
depcomp
|
||||
ltconfig
|
||||
mdate-sh
|
||||
mkinstalldirs
|
||||
stamp-h1
|
||||
*.go
|
||||
cscope.out
|
||||
cscope.files
|
||||
*.log
|
||||
*.aux
|
||||
*.cp
|
||||
*.cps
|
||||
*.dvi
|
||||
*.fn
|
||||
*.fns
|
||||
*.ky
|
||||
*.pg
|
||||
*.toc
|
||||
*.tp
|
||||
*.vr
|
||||
*.tps
|
||||
*.vrs
|
||||
*.pgs
|
||||
*.rn
|
||||
*.rns
|
||||
*.scan
|
||||
*.d
|
||||
version.scm
|
||||
*.m4
|
||||
ltmain.sh
|
||||
libtool
|
||||
env
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
This csv reader is originally wrote by Andy Wingo <wingo at pobox dot com>
|
||||
Modified and maintained by Nala Ginrut <nalaginrut@gmail.com>
|
||||
Further modified for use by Brady McDonough <echo bWVAYnJhZHltY2QuY2EK | base64 -d>
|
||||
Further modified for use by Brady McDonough <me at bradymcd dot ca>
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
This is an index of all major changes from the original at (https://gitlab.com/NalaGinrut/guile-csv)/
|
||||
|
||||
- Added a csv->sxml procedure
|
||||
- Added an optional argument #:record-sym to both (csv->sxml) and (csv->xml)
|
||||
- Rewrote the Makefile to install to the site directory
|
||||
- Added a pre-compile step to `make install` to be friendly-er to multi-user setups and REPL users
|
||||
Loading…
Reference in new issue