]> granicus.if.org Git - recode/log
recode
11 years agotests/Makefile.am, tests/setup.py.in: Build in place.
François Pinard [Mon, 2 Dec 2013 01:31:33 +0000 (20:31 -0500)]
tests/Makefile.am, tests/setup.py.in: Build in place.

11 years agotests/common.py: The Python API is not optional, do not work around it.
François Pinard [Sun, 1 Dec 2013 22:57:59 +0000 (17:57 -0500)]
tests/common.py: The Python API is not optional, do not work around it.

11 years agosrc/Makefile.am: Remove ansi2knr crumbs.
François Pinard [Sun, 1 Dec 2013 22:54:22 +0000 (17:54 -0500)]
src/Makefile.am: Remove ansi2knr crumbs.

11 years agoREADME.org: Some more blurb on Speed and Memory.
François Pinard [Sun, 1 Dec 2013 22:53:24 +0000 (17:53 -0500)]
README.org: Some more blurb on Speed and Memory.

11 years agoREADME.org: Remove tool version table.
François Pinard [Sun, 1 Dec 2013 22:52:11 +0000 (17:52 -0500)]
README.org: Remove tool version table.

11 years agoREADME.org: Recipe for hurry installation.
François Pinard [Sat, 30 Nov 2013 17:55:07 +0000 (12:55 -0500)]
README.org: Recipe for hurry installation.

11 years agoRecode.pyx: Add copyright block.
François Pinard [Mon, 2 Dec 2013 03:53:34 +0000 (22:53 -0500)]
Recode.pyx: Add copyright block.

11 years agoRecode.pyx: Whitespace as Python, not as C.
François Pinard [Sat, 30 Nov 2013 17:54:26 +0000 (12:54 -0500)]
Recode.pyx: Whitespace as Python, not as C.

11 years agoDerived files.
François Pinard [Sat, 30 Nov 2013 14:44:17 +0000 (09:44 -0500)]
Derived files.

11 years agotests/Makefile.am: Switch from Pyrex to Cython.
François Pinard [Sat, 30 Nov 2013 14:38:58 +0000 (09:38 -0500)]
tests/Makefile.am: Switch from Pyrex to Cython.

11 years agoconfigure.ac, lib/Makefile.am, src/Makefile: Modernized a bit.
François Pinard [Sat, 30 Nov 2013 14:38:28 +0000 (09:38 -0500)]
configure.ac, lib/Makefile.am, src/Makefile: Modernized a bit.

11 years agoREADME: Still needed, points to README.org.
François Pinard [Sat, 30 Nov 2013 14:35:46 +0000 (09:35 -0500)]
README: Still needed, points to README.org.

11 years agoREADME.org: Add a last migration step.
François Pinard [Fri, 29 Nov 2013 17:12:44 +0000 (12:12 -0500)]
README.org: Add a last migration step.

11 years agoREADME.org: New name and format for README.
François Pinard [Fri, 29 Nov 2013 04:26:34 +0000 (23:26 -0500)]
README.org: New name and format for README.
Also, document the planned future of Recode.

11 years agoAdministrivia.
François Pinard [Sat, 12 Oct 2013 05:19:03 +0000 (01:19 -0400)]
Administrivia.

12 years agoIgnore GNUmakefile.
François Pinard [Tue, 28 Aug 2012 00:48:38 +0000 (20:48 -0400)]
Ignore GNUmakefile.

12 years agoAdd .hgignore.
François Pinard [Mon, 18 Jun 2012 02:42:55 +0000 (22:42 -0400)]
Add .hgignore.

13 years agoTHANKS: Seanster was not a real name
François Pinard [Wed, 23 Nov 2011 04:13:33 +0000 (23:13 -0500)]
THANKS: Seanster was not a real name

13 years agorequest.c (scan_options): Write new_ instead of new.
François Pinard [Tue, 22 Nov 2011 04:33:53 +0000 (23:33 -0500)]
request.c (scan_options): Write new_ instead of new.
Reported by Seanster.

13 years agoMerge pull request #2 from jpopelka/master
François Pinard [Thu, 20 Oct 2011 16:57:49 +0000 (09:57 -0700)]
Merge pull request #2 from jpopelka/master

Possible problems found by static analysis of code

13 years agoCoverity: RESOURCE_LEAK
Jiri Popelka [Thu, 23 Jun 2011 13:24:52 +0000 (15:24 +0200)]
Coverity: RESOURCE_LEAK

src/hash.c:783: var_assign: Assigning: "new_table" =  storage returned from
                "hash_initialize(candidate, table->tuning, table->hasher,
                                 table->comparator, table->data_freer)".
src/hash.c:816: leaked_storage: Variable "new_table" going out of scope
                                leaks the storage it points to.

src/html.c:428: var_assign: Assigning: "table" =  storage returned from
                "hash_initialize(0U, NULL, code_hash, code_compare, NULL)".
src/html.c:436: leaked_storage: Variable "table" going out of scope
                                leaks the storage it points to.

src/html.c:609: var_assign: Assigning: "table" =  storage returned from
                "hash_initialize(0U, NULL, string_hash, string_compare, NULL)".
src/html.c:617: leaked_storage: Variable "table" going out of scope
                                leaks the storage it points to.

src/request.c:758: var_assign: Assigning: "new" =  storage returned from
                               "recode_malloc(outer, 16UL)".
src/request.c:768: leaked_storage: Variable "new" going out of scope
                                   leaks the storage it points to.

13 years agoCoverity: UNINIT
Jiri Popelka [Thu, 23 Jun 2011 13:11:57 +0000 (15:11 +0200)]
Coverity: UNINIT

src/recode.c:192: var_decl: Declaring variable "right_table" without initializer.
src/recode.c:240: uninit_use_in_call: Using uninitialized value
                  "right_table[right]" when calling "recode_error".

src/recode.c:191: var_decl: Declaring variable "left_table" without initializer.
src/recode.c:228: uninit_use_in_call: Using uninitialized value
                  "left_table[left]" when calling "recode_error".
src/recode.c:281: uninit_use: Using uninitialized value "left_table[search]".

13 years agoCoverity: FORWARD_NULL
Jiri Popelka [Thu, 23 Jun 2011 12:16:07 +0000 (14:16 +0200)]
Coverity: FORWARD_NULL

src/mixed.c:56: assign_zero: Assigning: "task->input.name" = 0.
src/mixed.c:64: var_deref_op: Dereferencing null variable "task->input.name".

13 years agorecode.texi: Add notes on the exit status.
François Pinard [Thu, 3 Mar 2011 14:07:06 +0000 (09:07 -0500)]
recode.texi: Add notes on the exit status.

Reported by Dan Jacobson

13 years agoREADME: More on GitHub and after-patch.
François Pinard [Thu, 24 Feb 2011 13:21:56 +0000 (08:21 -0500)]
README: More on GitHub and after-patch.

13 years agoJust Recode, not Free Recode
François Pinard [Thu, 24 Feb 2011 13:19:49 +0000 (08:19 -0500)]
Just Recode, not Free Recode

13 years agoTo Automake 1.11.1, Autoconf 2.67 and Libtool 2.2.6b
François Pinard [Wed, 29 Dec 2010 14:59:48 +0000 (09:59 -0500)]
To Automake 1.11.1, Autoconf 2.67 and Libtool 2.2.6b

14 years agoUse reST rather than Allout. Mask emails.
François Pinard [Sat, 23 Oct 2010 03:09:38 +0000 (23:09 -0400)]
Use reST rather than Allout.  Mask emails.

14 years agoMakefile.am: Rule for the Web manual
François Pinard [Sun, 18 Jul 2010 12:57:33 +0000 (08:57 -0400)]
Makefile.am: Rule for the Web manual

14 years agoREADME: Remove Traiter markup
François Pinard [Sat, 10 Jul 2010 13:31:59 +0000 (09:31 -0400)]
README: Remove Traiter markup

14 years agoChangeLog, THANKS: Adjusted (1 bit to ignore field)
François Pinard [Mon, 18 Jan 2010 00:58:16 +0000 (19:58 -0500)]
ChangeLog, THANKS: Adjusted (1 bit to ignore field)

14 years agoChangeLog, THANKS: Adjusted (64-bits systems)
François Pinard [Mon, 18 Jan 2010 00:57:47 +0000 (19:57 -0500)]
ChangeLog, THANKS: Adjusted (64-bits systems)

14 years agodoc: Derived files.
François Pinard [Sun, 17 Jan 2010 01:27:36 +0000 (20:27 -0500)]
doc: Derived files.

14 years agoREADME: Document how to get sources from GitHub.
François Pinard [Sun, 17 Jan 2010 01:27:13 +0000 (20:27 -0500)]
README: Document how to get sources from GitHub.

15 years agotests/NOTE: Deleted (now a Tomboy note)
François Pinard [Sun, 28 Jun 2009 13:00:55 +0000 (09:00 -0400)]
tests/NOTE: Deleted (now a Tomboy note)

15 years agoNEWS: Editorial cosmetic
François Pinard [Sun, 28 Jun 2009 13:00:10 +0000 (09:00 -0400)]
NEWS: Editorial cosmetic

15 years agoTHANKS adjusted
François Pinard [Tue, 3 Jun 2008 00:21:03 +0000 (20:21 -0400)]
THANKS adjusted

15 years agoBetter select the files which should be distributed.
François Pinard [Thu, 20 Aug 2009 01:09:27 +0000 (21:09 -0400)]
Better select the files which should be distributed.

16 years agosk.po updated
François Pinard [Fri, 18 Apr 2008 10:28:41 +0000 (06:28 -0400)]
sk.po updated

16 years agoAdd sk.po
François Pinard [Fri, 11 Apr 2008 02:10:30 +0000 (22:10 -0400)]
Add sk.po

16 years agom4/iconv.m4 updated, use it
François Pinard [Wed, 26 Mar 2008 13:55:30 +0000 (09:55 -0400)]
m4/iconv.m4 updated, use it

16 years agom4/lib-link.m4 updated
François Pinard [Wed, 26 Mar 2008 13:47:03 +0000 (09:47 -0400)]
m4/lib-link.m4 updated

16 years agoAdd --auto to git gc
François Pinard [Thu, 20 Mar 2008 00:16:06 +0000 (20:16 -0400)]
Add --auto to git gc

16 years agoTHANKS adjusted
François Pinard [Thu, 20 Mar 2008 00:15:20 +0000 (20:15 -0400)]
THANKS adjusted

16 years agoJim on gcc warnings
François Pinard [Tue, 18 Mar 2008 14:06:58 +0000 (10:06 -0400)]
Jim on gcc warnings

16 years agoInclude cleaner.h in recodext.h
François Pinard [Mon, 17 Mar 2008 02:17:09 +0000 (22:17 -0400)]
Include cleaner.h in recodext.h

16 years agoTHANKS adjusted
François Pinard [Mon, 17 Mar 2008 00:15:35 +0000 (20:15 -0400)]
THANKS adjusted

16 years agoDJGPP files, READMEs adjusted
François Pinard [Sat, 15 Mar 2008 20:00:51 +0000 (16:00 -0400)]
DJGPP files, READMEs adjusted

16 years agoREADME updated
François Pinard [Sat, 15 Mar 2008 15:53:34 +0000 (11:53 -0400)]
README updated

16 years agoFonction should_prefer_french
François Pinard [Sat, 15 Mar 2008 15:52:46 +0000 (11:52 -0400)]
Fonction should_prefer_french

16 years agoManual: omitted charsets. THANKS adjusted
François Pinard [Fri, 14 Mar 2008 22:48:13 +0000 (18:48 -0400)]
Manual: omitted charsets.  THANKS adjusted

16 years agoTODO updated
François Pinard [Fri, 14 Mar 2008 20:55:13 +0000 (16:55 -0400)]
TODO updated

16 years agoafter-patch.* instead of after-git.*, distribute them
François Pinard [Fri, 14 Mar 2008 19:51:59 +0000 (15:51 -0400)]
after-patch.* instead of after-git.*, distribute them

16 years agoTHANKS adjusted
François Pinard [Fri, 14 Mar 2008 19:48:37 +0000 (15:48 -0400)]
THANKS adjusted

16 years agoTowards C++
François Pinard [Fri, 14 Mar 2008 17:18:57 +0000 (13:18 -0400)]
Towards C++

16 years agoJava addendum
François Pinard [Fri, 14 Mar 2008 15:23:07 +0000 (11:23 -0400)]
Java addendum

16 years ago-h should imply -x:
François Pinard [Fri, 14 Mar 2008 15:22:43 +0000 (11:22 -0400)]
-h should imply -x:

16 years agoTHANKS adjusted
François Pinard [Thu, 13 Mar 2008 22:22:02 +0000 (18:22 -0400)]
THANKS adjusted

16 years agoManual: header usage
François Pinard [Thu, 13 Mar 2008 22:01:17 +0000 (18:01 -0400)]
Manual: header usage

16 years agoForce -liconv if available
François Pinard [Thu, 13 Mar 2008 19:17:17 +0000 (15:17 -0400)]
Force -liconv if available

16 years agomake local: remake Web manual
François Pinard [Thu, 13 Mar 2008 18:42:16 +0000 (14:42 -0400)]
make local: remake Web manual

16 years agoTHANKS adjusted
François Pinard [Thu, 13 Mar 2008 17:18:02 +0000 (13:18 -0400)]
THANKS adjusted

16 years agoJava charset
François Pinard [Thu, 13 Mar 2008 17:15:34 +0000 (13:15 -0400)]
Java charset

16 years agoCosmetic
François Pinard [Thu, 13 Mar 2008 17:13:56 +0000 (13:13 -0400)]
Cosmetic

16 years agoignore : 1 instead of : 2
François Pinard [Wed, 12 Mar 2008 05:50:36 +0000 (01:50 -0400)]
ignore : 1 instead of : 2

16 years agoMemory leaks in outer
François Pinard [Wed, 12 Mar 2008 05:23:53 +0000 (01:23 -0400)]
Memory leaks in outer

16 years agoImplement iconv_name
François Pinard [Tue, 11 Mar 2008 04:52:12 +0000 (00:52 -0400)]
Implement iconv_name

16 years agoTHANKS adjusted, and doc details
François Pinard [Tue, 11 Mar 2008 04:30:01 +0000 (00:30 -0400)]
THANKS adjusted, and doc details

16 years agoDistribute stamp-strip
François Pinard [Mon, 10 Mar 2008 22:23:49 +0000 (18:23 -0400)]
Distribute stamp-strip

16 years agoTHANKS adjusted, and doc details
François Pinard [Mon, 10 Mar 2008 20:16:37 +0000 (16:16 -0400)]
THANKS adjusted, and doc details

16 years agoOption -v to tables.py
François Pinard [Mon, 10 Mar 2008 14:15:03 +0000 (10:15 -0400)]
Option -v to tables.py

16 years agoBump to 3.7-beta2 v3.7-beta2
François Pinard [Mon, 10 Mar 2008 02:11:09 +0000 (22:11 -0400)]
Bump to 3.7-beta2

16 years agoCorrect iconv, about loosing characters
François Pinard [Sun, 24 Feb 2008 23:25:29 +0000 (18:25 -0500)]
Correct iconv, about loosing characters

16 years agoCall iconv -l
François Pinard [Sun, 9 Mar 2008 19:10:13 +0000 (15:10 -0400)]
Call iconv -l

16 years ago:libiconv: as alias for :iconv:
François Pinard [Sun, 9 Mar 2008 19:05:48 +0000 (15:05 -0400)]
:libiconv: as alias for :iconv:

16 years agoDo not use CHAR, and test without iconv
François Pinard [Sun, 9 Mar 2008 04:06:56 +0000 (23:06 -0500)]
Do not use CHAR, and test without iconv

16 years agoAdd LIMIT= to make check
François Pinard [Sun, 9 Mar 2008 02:37:54 +0000 (21:37 -0500)]
Add LIMIT= to make check

16 years agoRename Free recode to Recode
François Pinard [Sun, 9 Mar 2008 01:15:11 +0000 (20:15 -0500)]
Rename Free recode to Recode

16 years agoImplement new_outer() flags
François Pinard [Sat, 8 Mar 2008 23:43:25 +0000 (18:43 -0500)]
Implement new_outer() flags

16 years agotables.py to top; Makemore integrated
François Pinard [Fri, 7 Mar 2008 16:36:45 +0000 (11:36 -0500)]
tables.py to top; Makemore integrated

16 years agoDelete libiconv/; libiconv->iconv
François Pinard [Fri, 7 Mar 2008 03:02:35 +0000 (22:02 -0500)]
Delete libiconv/; libiconv->iconv

16 years agoUpdate el.po
François Pinard [Fri, 7 Mar 2008 03:10:23 +0000 (22:10 -0500)]
Update el.po

16 years agoChangeLog adjusted
François Pinard [Fri, 7 Mar 2008 00:47:24 +0000 (19:47 -0500)]
ChangeLog adjusted

16 years agoUse distutils in tests/
François Pinard [Thu, 6 Mar 2008 22:50:41 +0000 (17:50 -0500)]
Use distutils in tests/

16 years agorw.po deleted
François Pinard [Thu, 6 Mar 2008 13:53:25 +0000 (08:53 -0500)]
rw.po deleted

16 years agoPO files updated
François Pinard [Thu, 6 Mar 2008 06:08:34 +0000 (01:08 -0500)]
PO files updated

16 years agomake -C tests clean
François Pinard [Thu, 6 Mar 2008 00:04:58 +0000 (19:04 -0500)]
make -C tests clean

16 years agoSuppress a few warnings; other details
François Pinard [Wed, 5 Mar 2008 20:25:16 +0000 (15:25 -0500)]
Suppress a few warnings; other details

16 years agoprototype of hasher functions
François Pinard [Wed, 5 Mar 2008 19:54:49 +0000 (14:54 -0500)]
prototype of hasher functions

16 years agoBump to 3.7-beta1 v3.7-beta1
François Pinard [Wed, 27 Feb 2008 22:34:56 +0000 (17:34 -0500)]
Bump to 3.7-beta1

16 years agoMerge python/ within tests/; avoid distutils.
François Pinard [Thu, 28 Feb 2008 00:01:40 +0000 (19:01 -0500)]
Merge python/ within tests/; avoid distutils.

16 years agoCorrect maintainer goals
François Pinard [Wed, 27 Feb 2008 23:38:36 +0000 (18:38 -0500)]
Correct maintainer goals

16 years agoTHANKS adjusted
François Pinard [Wed, 27 Feb 2008 22:33:59 +0000 (17:33 -0500)]
THANKS adjusted

16 years agoCleanup of shared library namespace.
François Pinard [Mon, 25 Feb 2008 18:48:59 +0000 (13:48 -0500)]
Cleanup of shared library namespace.

16 years agoTHANKS adjusted
François Pinard [Mon, 25 Feb 2008 22:35:12 +0000 (17:35 -0500)]
THANKS adjusted

16 years agocontrib/recode.spec2 (bis)
François Pinard [Mon, 25 Feb 2008 17:45:53 +0000 (12:45 -0500)]
contrib/recode.spec2 (bis)

16 years agoTHANKS adjusted
François Pinard [Mon, 25 Feb 2008 17:28:54 +0000 (12:28 -0500)]
THANKS adjusted

16 years agoRecode.pyx a bit more complete
François Pinard [Mon, 25 Feb 2008 12:17:56 +0000 (07:17 -0500)]
Recode.pyx a bit more complete

16 years agopytest a bit more like py.test
François Pinard [Mon, 25 Feb 2008 03:06:50 +0000 (22:06 -0500)]
pytest a bit more like py.test

16 years agoCosmetics
François Pinard [Sun, 24 Feb 2008 18:25:53 +0000 (13:25 -0500)]
Cosmetics