|
From: <dh...@us...> - 2012-02-13 14:29:18
|
Revision: 138
http://libxls.svn.sourceforge.net/libxls/?rev=138&view=rev
Author: dhoerl
Date: 2012-02-13 14:29:08 +0000 (Mon, 13 Feb 2012)
Log Message:
-----------
Fix broken LABEL/LABELSST Indexing (one line of code got dropped)
Modified Paths:
--------------
trunk/libxls/include/libxls/xlsstruct.h
trunk/libxls/src/xls.c
trunk/libxls/src/xlstool.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dh...@us...> - 2012-03-24 16:14:42
|
Revision: 139
http://libxls.svn.sourceforge.net/libxls/?rev=139&view=rev
Author: dhoerl
Date: 2012-03-24 16:14:36 +0000 (Sat, 24 Mar 2012)
Log Message:
-----------
Fixed really subtle bug where we had 8-bit compressed unicode strings
Modified Paths:
--------------
trunk/libxls/include/libxls/xlstool.h
trunk/libxls/src/xls.c
trunk/libxls/src/xlstool.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dh...@us...> - 2012-05-05 15:39:52
|
Revision: 141
http://libxls.svn.sourceforge.net/libxls/?rev=141&view=rev
Author: dhoerl
Date: 2012-05-05 15:39:45 +0000 (Sat, 05 May 2012)
Log Message:
-----------
Converting license to BSD
Modified Paths:
--------------
trunk/libxls/cplusplus/XlsReader.cpp
trunk/libxls/cplusplus/XlsReader.h
trunk/libxls/cplusplus/main.cpp
trunk/libxls/include/libxls/brdb.c.h
trunk/libxls/include/libxls/brdb.h
trunk/libxls/include/libxls/ole.h
trunk/libxls/include/libxls/xls.h
trunk/libxls/include/libxls/xlsstruct.h
trunk/libxls/include/libxls/xlstool.h
trunk/libxls/include/libxls/xlstypes.h
trunk/libxls/src/ole.c
trunk/libxls/src/xls.c
trunk/libxls/src/xls2csv.c
trunk/libxls/src/xlstool.c
trunk/libxls/test/test.c
trunk/libxls/test/test2.c
Removed Paths:
-------------
trunk/libxls/ABOUT-NLS
trunk/libxls/COPYING
trunk/libxls/COPYING.LESSER
trunk/libxls/ChangeLog
trunk/libxls/NEWS
trunk/libxls/README
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dh...@us...> - 2013-02-06 20:34:11
|
Revision: 147
http://libxls.svn.sourceforge.net/libxls/?rev=147&view=rev
Author: dhoerl
Date: 2013-02-06 20:33:58 +0000 (Wed, 06 Feb 2013)
Log Message:
-----------
Bugfixes and is1904 from Evan Miller
Modified Paths:
--------------
trunk/libxls/include/libxls/brdb.c.h
trunk/libxls/include/libxls/xlsstruct.h
trunk/libxls/include/libxls/xlstool.h
trunk/libxls/src/xls.c
trunk/libxls/src/xlstool.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dh...@us...> - 2013-02-24 16:05:04
|
Revision: 150
http://libxls.svn.sourceforge.net/libxls/?rev=150&view=rev
Author: dhoerl
Date: 2013-02-24 16:04:57 +0000 (Sun, 24 Feb 2013)
Log Message:
-----------
New configure and friends done with autoconf-2-69 and automake-1-13
Modified Paths:
--------------
trunk/libxls/Makefile.in
trunk/libxls/aclocal.m4
trunk/libxls/config.guess
trunk/libxls/config.h.in
trunk/libxls/config.sub
trunk/libxls/configure
trunk/libxls/depcomp
trunk/libxls/include/Makefile.in
trunk/libxls/include/libxls/Makefile.in
trunk/libxls/install-sh
trunk/libxls/ltmain.sh
trunk/libxls/m4/libtool.m4
trunk/libxls/missing
trunk/libxls/mkinstalldirs
trunk/libxls/src/Makefile.in
trunk/libxls/test/Makefile.in
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dh...@us...> - 2013-03-20 15:35:40
|
Revision: 153
http://sourceforge.net/p/libxls/code/153
Author: dhoerl
Date: 2013-03-20 15:35:37 +0000 (Wed, 20 Mar 2013)
Log Message:
-----------
Get rid of .cvsignore
Removed Paths:
-------------
trunk/libxls/.cvsignore
trunk/libxls/include/.cvsignore
trunk/libxls/include/libxls/.cvsignore
trunk/libxls/src/.cvsignore
trunk/libxls/test/.cvsignore
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dh...@us...> - 2013-05-06 18:23:44
|
Revision: 154
http://sourceforge.net/p/libxls/code/154
Author: dhoerl
Date: 2013-05-06 18:23:41 +0000 (Mon, 06 May 2013)
Log Message:
-----------
Add in Bob Colbert's big endian support (and a huge job it was!)
Modified Paths:
--------------
trunk/libxls/configure.in
trunk/libxls/include/Makefile.am
trunk/libxls/include/libxls/ole.h
trunk/libxls/include/libxls/xlsstruct.h
trunk/libxls/include/libxls/xlstool.h
trunk/libxls/include/libxls/xlstypes.h
trunk/libxls/src/Makefile.am
trunk/libxls/src/ole.c
trunk/libxls/src/xls.c
trunk/libxls/src/xlstool.c
Added Paths:
-----------
trunk/libxls/include/libxls/endian.h
trunk/libxls/src/endian.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dh...@us...> - 2014-01-12 23:00:50
|
Revision: 167
http://sourceforge.net/p/libxls/code/167
Author: dhoerl
Date: 2014-01-12 23:00:46 +0000 (Sun, 12 Jan 2014)
Log Message:
-----------
Sigh. Found some issues dumping tExpr and tStr tokens. Only affects dumping formulas.
Modified Paths:
--------------
trunk/libxls/formulas/xlsformula.c
trunk/libxls/src/xls.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dh...@us...> - 2014-02-18 19:08:17
|
Revision: 169
http://sourceforge.net/p/libxls/code/169
Author: dhoerl
Date: 2014-02-18 19:08:13 +0000 (Tue, 18 Feb 2014)
Log Message:
-----------
Expose the current active sheet from WIND1 in the workBook object
Modified Paths:
--------------
trunk/libxls/include/libxls/xlsstruct.h
trunk/libxls/src/xls.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <t-...@us...> - 2017-05-08 13:02:08
|
Revision: 181
http://sourceforge.net/p/libxls/code/181
Author: t-beu
Date: 2017-05-08 13:02:06 +0000 (Mon, 08 May 2017)
Log Message:
-----------
Rename configure.in to configure.ac
Modified Paths:
--------------
trunk/libxls/INSTALL
trunk/libxls/Makefile.in
trunk/libxls/config.h.in
trunk/libxls/include/Makefile.in
trunk/libxls/include/libxls/Makefile.in
trunk/libxls/src/Makefile.in
trunk/libxls/test/Makefile.in
Added Paths:
-----------
trunk/libxls/configure.ac
Removed Paths:
-------------
trunk/libxls/configure.in
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dh...@us...> - 2017-10-29 17:27:17
|
Revision: 182
http://sourceforge.net/p/libxls/code/182
Author: dhoerl
Date: 2017-10-29 17:27:16 +0000 (Sun, 29 Oct 2017)
Log Message:
-----------
exit on out of range failures
Modified Paths:
--------------
trunk/libxls/include/libxls/xlstool.h
trunk/libxls/src/ole.c
trunk/libxls/src/xls.c
trunk/libxls/src/xls2csv.c
trunk/libxls/src/xlstool.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|