Skip to content

Commit 1dd4e39

Browse files
committed
2 parents e6efdee + 268fbcf commit 1dd4e39

43 files changed

Lines changed: 55 additions & 53 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
codesets.library - Library for handling different codesets
33
----------------------------------------------------------
44

5+
#### 6.21 RELEASE ########################################################
6+
57
2017-01-10 Thore B�ckelmann <tboeckel@gmx.de>
68

79
* codesets.c: treat CS_MIBENUM_UTF_16LE/BE and allow CS_MIBENUM_UTF_32LE/BE as

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# codesets.library - Amiga shared library for handling different codesets
44
# Copyright (C) 2001-2005 by Alfonso [alfie] Ranieri <alforan@tin.it>.
5-
# Copyright (C) 2005-2017 codesets.library Open Source Team
5+
# Copyright (C) 2005-2018 codesets.library Open Source Team
66
#
77
# This library is free software; you can redistribute it and/or
88
# modify it under the terms of the GNU Lesser General Public

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To report bugs use the [bug/issue tracker](https://github.com/jens-maus/libcodes
107107
108108
codesets.library was originally written in 2001 and is Copyright (C) 2001-2005 by Alfonso Ranieri.
109109
As of 2005 the library is maintained by an independent open source team and
110-
Copyright (C) 2005-2017 codesets.library Open Source Team.
110+
Copyright (C) 2005-2018 codesets.library Open Source Team.
111111
112112
codesets.library is distributed and licensed under the GNU Lesser General Public License Version 2.1.
113113
See [COPYING](COPYING) for more detailed information.

developer/examples/Convert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
codesets.library - Amiga shared library for handling different codesets
44
Copyright (C) 2001-2005 by Alfonso [alfie] Ranieri <alforan@tin.it>.
5-
Copyright (C) 2005-2017 codesets.library Open Source Team
5+
Copyright (C) 2005-2018 codesets.library Open Source Team
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

developer/examples/DetectCodeset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
codesets.library - Amiga shared library for handling different codesets
44
Copyright (C) 2001-2005 by Alfonso [alfie] Ranieri <alforan@tin.it>.
5-
Copyright (C) 2005-2017 codesets.library Open Source Team
5+
Copyright (C) 2005-2018 codesets.library Open Source Team
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

developer/examples/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# codesets.library - Amiga shared library for handling different codesets
44
# Copyright (C) 2001-2005 by Alfonso [alfie] Ranieri <alforan@tin.it>.
5-
# Copyright (C) 2005-2017 codesets.library Open Source Team
5+
# Copyright (C) 2005-2018 codesets.library Open Source Team
66
#
77
# This library is free software; you can redistribute it and/or
88
# modify it under the terms of the GNU Lesser General Public
@@ -207,9 +207,9 @@ ifeq ($(OS), os3)
207207
endif
208208

209209
# Compiler/Linker flags
210-
CPU = -m68020-60 -msoft-float
211-
CFLAGS += -noixemul
212-
LDFLAGS += -noixemul
210+
CPU = -m68020-60 -msoft-float -D__amigaos3__
211+
CFLAGS += -mcrt=clib2
212+
LDFLAGS += -mcrt=clib2
213213
LDLIBS += -ldebug -lmui
214214
NOINLINE = -DNO_INLINE_STDARG
215215

developer/examples/UTF8ToStrHook.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
codesets.library - Amiga shared library for handling different codesets
44
Copyright (C) 2001-2005 by Alfonso [alfie] Ranieri <alforan@tin.it>.
5-
Copyright (C) 2005-2017 codesets.library Open Source Team
5+
Copyright (C) 2005-2018 codesets.library Open Source Team
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

developer/examples/b64d.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
codesets.library - Amiga shared library for handling different codesets
44
Copyright (C) 2001-2005 by Alfonso [alfie] Ranieri <alforan@tin.it>.
5-
Copyright (C) 2005-2017 codesets.library Open Source Team
5+
Copyright (C) 2005-2018 codesets.library Open Source Team
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

developer/examples/b64e.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
codesets.library - Amiga shared library for handling different codesets
44
Copyright (C) 2001-2005 by Alfonso [alfie] Ranieri <alforan@tin.it>.
5-
Copyright (C) 2005-2017 codesets.library Open Source Team
5+
Copyright (C) 2005-2018 codesets.library Open Source Team
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

developer/examples/demo1.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
codesets.library - Amiga shared library for handling different codesets
44
Copyright (C) 2001-2005 by Alfonso [alfie] Ranieri <alforan@tin.it>.
5-
Copyright (C) 2005-2017 codesets.library Open Source Team
5+
Copyright (C) 2005-2018 codesets.library Open Source Team
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public
@@ -80,7 +80,7 @@ long __stack = 8192;
8080

8181
struct Library *MUIMasterBase = NULL;
8282
struct Library *CodesetsBase = NULL;
83-
#ifdef __AROS__
83+
#if defined(__AROS__) || defined(__amigaos3__)
8484
struct UtilityBase *UtilityBase = NULL;
8585
#else
8686
struct Library *UtilityBase = NULL;
@@ -801,7 +801,7 @@ main(UNUSED int argc,char **argv)
801801
GETINTERFACE(IMUIMaster, MUIMasterBase))
802802
{
803803
/* Create classes */
804-
if ((appClass = MUI_CreateCustomClass(NULL, MUIC_Application, NULL, sizeof(struct appData), ENTRY(appDispatcher))) &&
804+
if ((appClass = MUI_CreateCustomClass(NULL, MUIC_Application, NULL, sizeof(struct appData), ENTRY(appDispatcher))) &&
805805
(popupCodesetsClass = MUI_CreateCustomClass(NULL, MUIC_Popobject, NULL, 0, ENTRY(popupDispatcher))) &&
806806
(editorClass = MUI_CreateCustomClass(NULL, MUIC_TextEditor, NULL, sizeof(struct editorData), ENTRY(editorDispatcher))))
807807
{

0 commit comments

Comments
 (0)