lp:~ben.jackson/cuneiform-linux/working

Created by Ben Jackson and last modified
Get this branch:
bzr branch lp:~ben.jackson/cuneiform-linux/working
Only Ben Jackson can upload to this branch. If you are Ben Jackson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ben Jackson
Project:
Cuneiform for Linux
Status:
Development

Recent revisions

412. By Ben Jackson

Merge from lp:cuneiform-linux 404
  Jussi Pakkanen 2009-07-22 Prevent double call to fclose using the same FIL...
    Jussi Pakkanen 2009-07-20 Fix var expansion bug.
    JussiP 2009-07-20 MinGW fixes.

411. By Ben Jackson

Add cuneiform-dict program to build user dictionaries from wordlists.

410. By Ben Jackson

Add '--dictionary' command line option to the CLI to support User
Dictionaries. May be repeated multiple times to add multiple user
dictionaries.

409. By Ben Jackson

Split out language and format lookup from the main cli so they can be
re-used in other command line programs.

408. By Ben Jackson

Make InitializeAlphabet use its argument as the language rather than
ignoring it and using the global "language". Existing calls already
passed the global.

407. By Ben Jackson

Expose several API functions for creating User Dictionaries (primarily
the functions mentioned in udicfunc.h). This only affects platforms
where some symbols are hidden from the .so or DLL. On other platforms
these functions have always been visible.

This also exposes InitializeAlphabet because it is required that the
alphabet be initialized to the target language before manipulating User
Dictionaries (primarily for _2cap() to uppercase correctly).

406. By Ben Jackson

When RSTR_pchar_user_dict_name (which comes from PUMA_pchar_UserDictName)
is set, invoke RLING_LoadUserDictonary. The string is actually multiple
database names back to back, like "foo.voc\0bar.voc\0\0". This patch
passes a second ("path") argument as "" because it appears to be ignored.

405. By Ben Jackson

Fix SEGV in voc_write() caused when voc->lev == -1

404. By Ben Jackson

Supply a mode argument to open in open_data_file() so that created files
have sane permissions.

403. By Ben Jackson <email address hidden>

Add --tables[=n] to set PUMA_Word32_Tables/gnTables. Might requires
--nopictures to get it to look inside boxes.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers