[Bese-devel] cl-l10n

Henrik Hjelte henrik at evahjelte.com
Mon Aug 7 16:26:14 UTC 2006


It seems my common-lisp.net user hhjelte does not have permissions to
the cl-l10n directory, can someone that have authority please add this
patch that makes cl-l10n work with allegro.

/Henrik Hjelte

-------------- next part --------------

New patches:

[make cl-l10 work with allegro
Henrik Hjelte <henrik at evahjelte.com>**20060807101458] {
hunk ./load-locale.lisp 32
+(defparameter *lisp-implementation-us-ascii-external-format*
+  #+sbcl :us-ascii
+  #+allegro :ascii)
+
hunk ./load-locale.lisp 116
-      (with-input-from-file (stream locale-file :external-format :us-ascii)
+      (with-input-from-file (stream locale-file :external-format *lisp-implementation-us-ascii-external-format*)
}

Context:

[Fix overrites typo
attila.lendvai at gmail.com**20060804181821] 
[Fix splitting of lines in read-key->value-text-file-into-hashtable
attila.lendvai at gmail.com**20060804173235] 
[Remove now unnecessary fallbacking
attila.lendvai at gmail.com**20060804172259] 
[Added some english plural exceptions
attila.lendvai at gmail.com**20060804171826] 
[Get rid of character names to be more portable
attila.lendvai at gmail.com**20060728162424] 
[Fully honour errorp in the function "locale" again
attila.lendvai at gmail.com**20060712203409] 
[OpenMCL fixes by Lu?s Oliveira
attila.lendvai at gmail.com**20060702220420] 
[Imported doc dir from CVS
attila.lendvai at gmail.com**20060702215945] 
[Use with-input-from-file instead of with-open-file
attila.lendvai at gmail.com**20060630144617] 
[Fix load order of resources (we will probably need to split into common-pre/common-post in the future)
attila.lendvai at gmail.com**20060628182616] 
[Added default localize method that looks up name as a constant or as a lambda with zero args
attila.lendvai at gmail.com**20060628182529] 
[Fix locale-dispatched functions with 0 args
attila.lendvai at gmail.com**20060628182335] 
[encoding-keyword-to-native in arnesi is exported now
attila.lendvai at gmail.com**20060625105755] 
[Fix english plural of words ending with y
attila.lendvai at gmail.com**20060625105722] 
[Export normalize-locale-list and do not call it from with-locale
attila.lendvai at gmail.com**20060625105551] 
[Fix english plural for words ending with y
attila.lendvai at gmail.com**20060621130052] 
[Issue a warning when redefining a function not defined by us. It's probably an error...
attila.lendvai at gmail.com**20060618205053] 
[Use arnesi's encoding-keyword-to-native
attila.lendvai at gmail.com**20060618195408] 
[Make sure the default locale of a used language always gets into the locale list
attila.lendvai at gmail.com**20060618195142] 
[Some fixes to hungarian plural
attila.lendvai at gmail.com**20060618195053] 
[Fix plurals, rename to plural-of
attila.lendvai at gmail.com**20060618133737] 
[Fix vowel high/lowness
attila.lendvai at gmail.com**20060618133714] 
[Fix resource lookup for lambdas returning nil
attila.lendvai at gmail.com**20060618133257] 
[Added some words to the README aboud i18n
attila.lendvai at gmail.com**20060617183600] 
[Fix hungarian plural
attila.lendvai at gmail.com**20060617182218] 
[Added resources
attila.lendvai at gmail.com**20060617123408] 
[Delete getenv, arnesi has a better version
attila.lendvai at gmail.com**20060616165528] 
[Relax the locale rules to work with POSIX
attila.lendvai at gmail.com**20060616165500] 
[Comment out some frequent symbols in the package exports because they cause a lot of headaches
attila.lendvai at gmail.com**20060616105701] 
[Make locale defun nil-tolerant
attila.lendvai at gmail.com**20060616105338] 
[Oh well, time to slow down. Some more fixes...
attila.lendvai at gmail.com**20060615222223] 
[Get rid of a usage or bind
attila.lendvai at gmail.com**20060615212654] 
[Added missing strcat-separated-by function
attila.lendvai at gmail.com**20060615203127] 
[Added arnesi and iterate dependency, lookup-first-matching-resource
attila.lendvai at gmail.com**20060615192726] 
[Get rid of split-sequence dependency
attila.lendvai at gmail.com**20060608093207] 
[Some more normalization
attila.lendvai at gmail.com**20060606182611] 
[Get rid of unnecessary spilt-sequence: package specification
attila.lendvai at gmail.com**20060606152451] 
[Fix some missing pieces
attila.lendvai at gmail.com**20060604103508] 
[Implement en_GB -> en fallback, some cleanup
attila.lendvai at gmail.com**20060602193135] 
[Return (values result foundp) from resource lookup functions
attila.lendvai at gmail.com**20060527134311] 
[Follow CVS
attila.lendvai at gmail.com**20060523160212] 
[Fix lookup-resource mechanism, implicit progn, etc
attila.lendvai at gmail.com**20060523154653] 
[Initial implicit locale specific dispatch
levente.meszaros at gmail.com**20060412121043] 
[Export
levente.meszaros at gmail.hu**20060305150311] 
[Added missing ChangeLog
attila.lendvai at gmail.com**20060305145945] 
[Added missing asd file
attila.lendvai at gmail.com**20060305145900] 
[Use asdf:component-pathname instead of *load-pathname* for less trouble
attila.lendvai at gmail.com**20060305144826] 
[Initial darcs repo
attila.lendvai at gmail.com**20060305144647] 
Patch bundle hash:
c37511a84605cf4afae504ba76523b7c9a797571


More information about the bese-devel mailing list