see changelog

This commit is contained in:
Eddie Runia
1999-06-05 13:01:01 +00:00
parent db88bbf305
commit 69c54a2e78
2 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
19990604-13:56 CET Thomas Braun (upload Eddie Runia)
+ source/rtl/natmsg/msgger.c
National language message file for German
19990604-11:50 CET Eddie Runia
* source/compiler/harbour.y
support for the following syntax added :

View File

@@ -0,0 +1,13 @@
#include <extend.h>
#include <ctype.h>
char *hb_monthsname[ 12 ] = {
"Januar", "Februar", "März",
"April", "Mai", "Juni", "Juli",
"August", "September", "Oktober",
"November", "Dezember" };
char *hb_daysname[ 7 ] = {
"Sonntag", "Montag", "Dienstag",
"Mittwoch", "Donnerstag", "Freitag",
"Samstag" };