~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to fpcsrc/rtl/netware/unicode.imp

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: unicode.imp,v 1.3 2005/01/05 22:44:24 armin Exp $
 
2
 xlate_error,
 
3
 uprintf,
 
4
 unitok,
 
5
 unistr,
 
6
 unispn,
 
7
 unisize,
 
8
 uniset,
 
9
 unirev,
 
10
 unirchr,
 
11
 unipcpy,
 
12
 unipbrk,
 
13
 uninset,
 
14
 uninlen,
 
15
 uninicmp,
 
16
 unincpy,
 
17
 unincmp,
 
18
 unincat,
 
19
 unilen,
 
20
 uniindex,
 
21
 uniicmp,
 
22
 unicspn,
 
23
 unicpy,
 
24
 unicode_to_upper,
 
25
 unicode_to_title,
 
26
 unicode_to_lower,
 
27
 unicode_to_byte,
 
28
 unicmp,
 
29
 unichr,
 
30
 unicat,
 
31
 get_xlate_info,
 
32
 byte_to_unicode,
 
33
 auxiliary_xlate,
 
34
 UnloadRules,
 
35
 UnicodeToLocal,
 
36
 UnicodeToKeyword,
 
37
 OverrideDefaultRules,
 
38
 NWUnloadRuleTable,
 
39
 NWUnicodeToMonocase,
 
40
 NWUnicodeToLocal,
 
41
 NWUnicodeToCollation,
 
42
 NWUnicodeCompare,
 
43
 NWLocalToUnicode,
 
44
 NWLoadRuleTable,
 
45
 NWLSetPrimaryUnicodeSearchPath,
 
46
 NWInitUnicodeTables,
 
47
 NWGetUnicodeToLocalHandle,
 
48
 NWGetMonocaseHandle,
 
49
 NWGetLocalToUnicodeHandle,
 
50
 NWGetCollationHandle,
 
51
 NWFreeUnicodeTables,
 
52
 MonoCase,
 
53
 LocalToUnicode,
 
54
 LoadRules,
 
55
 KeywordToUnicode,
 
56
 FlushRulesTables