From 19daf0b1484b808beb96c418b325900b759ca73a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 23 Jan 2009 09:25:46 +0000 Subject: [PATCH] 2009-01-23 10:24 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/hb-mkslib.sh * make_gnu.sh ! Removed unnecessary explicit darwin detection. * ChangeLog ! Removed tabs. --- harbour/ChangeLog | 22 +++++++++++++++------- harbour/bin/hb-mkslib.sh | 1 - harbour/make_gnu.sh | 1 - 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 90651272c3..34fc058be9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,29 +8,37 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-01-23 10:24 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * bin/hb-mkslib.sh + * make_gnu.sh + ! Removed unnecessary explicit darwin detection. + + * ChangeLog + ! Removed tabs. + 2009-01-22 18:20 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/source/compiler/hbmain.c * harbour/source/pp/hbpp.c * harbour/source/pp/ppcore.c + added __FILE__ define for .prg code - ; Please, look if this is implemented the right and optimal way. - I'm a little confused about PP initialization order, and how + ; Please, look if this is implemented the right and optimal way. + I'm a little confused about PP initialization order, and how __DATE__, etc, survive after hb_pp_reset in compiler. 2009-01-22 10:15 UTC+0100 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com) * bin/hb-func.sh - * fix darwin detection + * fix darwin detection * make_gnu.sh * fix darwin detection - * added ncurses detection logic like slang one + * added ncurses detection logic like slang one * contrib/hbtip/ftpcln.prg * fixed wrong changes from nil to .f. - * someone in the past has done a mass change of the return values - * without checking the results + * someone in the past has done a mass change of the return values + * without checking the results 2009-01-22 09:30 UTC+0100 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com) * bin/hb-mkslib.sh - * fix name of dylibs + * fix name of dylibs * source/compiler/hbgenerr.c * cleaned some ":" in the error messages diff --git a/harbour/bin/hb-mkslib.sh b/harbour/bin/hb-mkslib.sh index 319e9c2b4e..e78d02bfc3 100755 --- a/harbour/bin/hb-mkslib.sh +++ b/harbour/bin/hb-mkslib.sh @@ -29,7 +29,6 @@ case "$hb_arch" in *os/2*) hb_arch="os2" ;; *dos) hb_arch="dos" ;; *bsd) hb_arch="bsd" ;; - *darwin) hb_arch="darwin" ;; esac case "$hb_arch" in diff --git a/harbour/make_gnu.sh b/harbour/make_gnu.sh index 255a48bd04..aebb382406 100755 --- a/harbour/make_gnu.sh +++ b/harbour/make_gnu.sh @@ -25,7 +25,6 @@ if [ -z "$HB_ARCHITECTURE" ]; then *os/2*) hb_arch="os2" ;; *dos) hb_arch="dos" ;; *bsd) hb_arch="bsd" ;; - *darwin) hb_arch="darwin" ;; esac fi export HB_ARCHITECTURE="$hb_arch"