setedit-checkins Mailing List for SET's Editor, a friendly text editor (Page 4)
Brought to you by:
set
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(11) |
Oct
(562) |
Nov
(65) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(93) |
Feb
(61) |
Mar
(2) |
Apr
(50) |
May
(83) |
Jun
(71) |
Jul
(117) |
Aug
(49) |
Sep
(102) |
Oct
(15) |
Nov
(50) |
Dec
(69) |
2003 |
Jan
(24) |
Feb
(15) |
Mar
(2) |
Apr
(206) |
May
(266) |
Jun
(145) |
Jul
(50) |
Aug
(12) |
Sep
(4) |
Oct
(89) |
Nov
(50) |
Dec
(46) |
2004 |
Jan
(7) |
Feb
(7) |
Mar
(12) |
Apr
(15) |
May
(37) |
Jun
(124) |
Jul
(100) |
Aug
(190) |
Sep
(98) |
Oct
(51) |
Nov
(27) |
Dec
(52) |
2005 |
Jan
(20) |
Feb
(15) |
Mar
(10) |
Apr
(70) |
May
(15) |
Jun
(2) |
Jul
(28) |
Aug
(39) |
Sep
(21) |
Oct
|
Nov
(2) |
Dec
(16) |
2006 |
Jan
(9) |
Feb
(11) |
Mar
(8) |
Apr
|
May
(4) |
Jun
(4) |
Jul
(7) |
Aug
(4) |
Sep
(4) |
Oct
|
Nov
(20) |
Dec
|
2007 |
Jan
(7) |
Feb
(4) |
Mar
(8) |
Apr
(31) |
May
(78) |
Jun
(11) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
(21) |
Nov
(5) |
Dec
(6) |
2008 |
Jan
(4) |
Feb
|
Mar
(4) |
Apr
(3) |
May
|
Jun
(5) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(33) |
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
|
Nov
(2) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(16) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(11) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(18) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Salvador E. T. <se...@us...> - 2009-03-03 11:24:50
|
Update of /cvsroot/setedit/setedit/mainsrc In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31756/mainsrc Modified Files: gzfiles.cc Log Message: * Fixed: [gpg] to avoid internationalization of the messages. * Modified: [debian] release version for Lenny. Index: gzfiles.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/gzfiles.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** gzfiles.cc 24 Jan 2006 15:14:43 -0000 1.9 --- gzfiles.cc 3 Mar 2009 11:24:36 -0000 1.10 *************** *** 1,3 **** ! /* Copyright (C) 1996-2005 by Salvador E. Tropea (SET), see copyrigh file for details */ #include <ceditint.h> --- 1,3 ---- ! /* Copyright (C) 1996-2009 by Salvador E. Tropea (SET), see copyrigh file for details */ #include <ceditint.h> *************** *** 526,529 **** --- 526,530 ---- dup2(pipewr[0],STDIN_FILENO); close(pipewr[0]); + putenv(strdup("LC_ALL=C")); /* * The System() call assumes that /bin/sh is |
From: Salvador E. T. <se...@us...> - 2009-03-03 11:24:47
|
Update of /cvsroot/setedit/setedit In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31756 Modified Files: change.log Log Message: * Fixed: [gpg] to avoid internationalization of the messages. * Modified: [debian] release version for Lenny. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.777 retrieving revision 1.778 diff -C2 -d -r1.777 -r1.778 *** change.log 26 Feb 2009 17:35:18 -0000 1.777 --- change.log 3 Mar 2009 11:24:36 -0000 1.778 *************** *** 1,8 **** $Log$ Revision 1.777 2009/02/26 17:35:18 set * Modified: [loadshl.h loadshl.cc pathtool.cc debug.cc] New gcc versions are much more strict about the use of string constants. * Added: [txhgen.cc] Safe abort suggested by gcc 4.3. ! . Revision 1.776 2009/02/25 16:11:31 set * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, --- 1,12 ---- $Log$ + Revision 1.778 2009/03/03 11:24:36 set + * Fixed: [gpg] to avoid internationalization of the messages. + * Modified: [debian] release version for Lenny. + Revision 1.777 2009/02/26 17:35:18 set * Modified: [loadshl.h loadshl.cc pathtool.cc debug.cc] New gcc versions are much more strict about the use of string constants. * Added: [txhgen.cc] Safe abort suggested by gcc 4.3. ! Revision 1.776 2009/02/25 16:11:31 set * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, |
From: Salvador E. T. <se...@us...> - 2009-02-26 17:35:30
|
Update of /cvsroot/setedit/setedit In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22920 Modified Files: change.log Log Message: * Modified: [loadshl.h loadshl.cc pathtool.cc debug.cc] New gcc versions are much more strict about the use of string constants. * Added: [txhgen.cc] Safe abort suggested by gcc 4.3. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.776 retrieving revision 1.777 diff -C2 -d -r1.776 -r1.777 *** change.log 25 Feb 2009 16:11:31 -0000 1.776 --- change.log 26 Feb 2009 17:35:18 -0000 1.777 *************** *** 1,3 **** --- 1,8 ---- $Log$ + Revision 1.777 2009/02/26 17:35:18 set + * Modified: [loadshl.h loadshl.cc pathtool.cc debug.cc] New gcc versions + are much more strict about the use of string constants. + * Added: [txhgen.cc] Safe abort suggested by gcc 4.3. + . Revision 1.776 2009/02/25 16:11:31 set * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, |
From: Salvador E. T. <se...@us...> - 2009-02-26 17:35:29
|
Update of /cvsroot/setedit/setedit/mainsrc In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22920/mainsrc Modified Files: loadshl.cc pathtool.cc Log Message: * Modified: [loadshl.h loadshl.cc pathtool.cc debug.cc] New gcc versions are much more strict about the use of string constants. * Added: [txhgen.cc] Safe abort suggested by gcc 4.3. Index: loadshl.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/loadshl.cc,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** loadshl.cc 25 Feb 2009 16:11:31 -0000 1.23 --- loadshl.cc 26 Feb 2009 17:35:18 -0000 1.24 *************** *** 1285,1289 **** ! int SHLNumberOf(char *name) { int i; --- 1285,1289 ---- ! int SHLNumberOf(const char *name) { int i; Index: pathtool.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/pathtool.cc,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** pathtool.cc 25 Feb 2009 16:11:31 -0000 1.27 --- pathtool.cc 26 Feb 2009 17:35:18 -0000 1.28 *************** *** 70,74 **** const char *GetHome(void) { ! char *s=getenv("HOME"); if (!s) { --- 70,74 ---- const char *GetHome(void) { ! const char *s=getenv("HOME"); if (!s) { |
From: Salvador E. T. <se...@us...> - 2009-02-26 17:35:25
|
Update of /cvsroot/setedit/setedit/setedit In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22920/setedit Modified Files: debug.cc Log Message: * Modified: [loadshl.h loadshl.cc pathtool.cc debug.cc] New gcc versions are much more strict about the use of string constants. * Added: [txhgen.cc] Safe abort suggested by gcc 4.3. Index: debug.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/debug.cc,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** debug.cc 17 May 2007 13:07:29 -0000 1.54 --- debug.cc 26 Feb 2009 17:35:18 -0000 1.55 *************** *** 317,321 **** static void OpenInspector(const char *var); ! static TDialog *createEditExp(char *tit); static void ShowErrorInMsgBox(); static void SaveExpandedRect(opstream &os, TRect &r, unsigned wS, unsigned hS); --- 317,321 ---- static void OpenInspector(const char *var); ! static TDialog *createEditExp(const char *tit); static void ShowErrorInMsgBox(); static void SaveExpandedRect(opstream &os, TRect &r, unsigned wS, unsigned hS); *************** *** 7701,7705 **** int DeleteWatch(); int EditWatch(); ! int EditExpression(char *exp, char *tit); int InsertExp(char *exp, Boolean wScope); void realClose() { TDialog::close(); }; --- 7701,7705 ---- int DeleteWatch(); int EditWatch(); ! int EditExpression(char *exp, const char *tit); int InsertExp(char *exp, Boolean wScope); void realClose() { TDialog::close(); }; *************** *** 7806,7810 **** } ! TDialog *createEditExp(char *tit) { TSViewCol *col=new TSViewCol(tit); --- 7806,7810 ---- } ! TDialog *createEditExp(const char *tit) { TSViewCol *col=new TSViewCol(tit); *************** *** 7822,7826 **** } ! int TWatchesDialog::EditExpression(char *exp, char *tit) { if (execDialog(createEditExp(tit),exp)==cmOK) --- 7822,7826 ---- } ! int TWatchesDialog::EditExpression(char *exp, const char *tit) { if (execDialog(createEditExp(tit),exp)==cmOK) |
From: Salvador E. T. <se...@us...> - 2009-02-26 17:35:25
|
Update of /cvsroot/setedit/setedit/sdg In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22920/sdg Modified Files: txhgen.cc Log Message: * Modified: [loadshl.h loadshl.cc pathtool.cc debug.cc] New gcc versions are much more strict about the use of string constants. * Added: [txhgen.cc] Safe abort suggested by gcc 4.3. Index: txhgen.cc =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/txhgen.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** txhgen.cc 25 Feb 2009 16:11:31 -0000 1.9 --- txhgen.cc 26 Feb 2009 17:35:18 -0000 1.10 *************** *** 814,817 **** --- 814,819 ---- return 0; + if (num<0 || num>MAX_DEFS) + abort(); if (Used[num]) { |
From: Salvador E. T. <se...@us...> - 2009-02-26 17:35:23
|
Update of /cvsroot/setedit/setedit/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22920/include Modified Files: loadshl.h Log Message: * Modified: [loadshl.h loadshl.cc pathtool.cc debug.cc] New gcc versions are much more strict about the use of string constants. * Added: [txhgen.cc] Safe abort suggested by gcc 4.3. Index: loadshl.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/loadshl.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** loadshl.h 25 Feb 2009 16:11:31 -0000 1.5 --- loadshl.h 26 Feb 2009 17:35:18 -0000 1.6 *************** *** 29,33 **** extern void UnLoadSyntaxHighLightFile(strSHL *&hl, TStringCollection *list,int &Cant); extern const char *SHLNameOf(unsigned number); ! extern int SHLNumberOf(char *name); class TCEditor; extern char *SHLConstructEmacsModeComment(TCEditor &e, int &sizeSt, int &sizeEnd); --- 29,33 ---- extern void UnLoadSyntaxHighLightFile(strSHL *&hl, TStringCollection *list,int &Cant); extern const char *SHLNameOf(unsigned number); ! extern int SHLNumberOf(const char *name); class TCEditor; extern char *SHLConstructEmacsModeComment(TCEditor &e, int &sizeSt, int &sizeEnd); |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:12:14
|
Update of /cvsroot/setedit/setedit/internac In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29189/internac Modified Files: de.po es.po Log Message: * Updated Index: de.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/de.po,v retrieving revision 1.139 retrieving revision 1.140 diff -C2 -d -r1.139 -r1.140 *** de.po 24 Feb 2009 18:29:58 -0000 1.139 --- de.po 25 Feb 2009 16:12:02 -0000 1.140 *************** *** 7,11 **** msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2009-02-24 16:23-0200\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2009-02-25 13:46-0200\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" *************** *** 29,34 **** #. ok->view->growMode=gfGrowAll; #: ../calcu/calcu.cc:96 ../easydiag/tsbutton.cc:92 ../easydiag/tsbutton.cc:101 ! #: ../infview/inf.cc:2364 ../infview/inf.cc:2387 ../infview/inf.cc:2412 ! #: ../infview/inf.cc:2436 ../infview/inf.cc:2491 ../infview/infmain.cc:385 #: ../install/install.cc:476 ../install/install.cc:484 ../mainsrc/bufun.cc:743 #: ../mainsrc/deedidia.cc:135 ../mainsrc/deedidia.cc:180 --- 29,34 ---- #. ok->view->growMode=gfGrowAll; #: ../calcu/calcu.cc:96 ../easydiag/tsbutton.cc:92 ../easydiag/tsbutton.cc:101 ! #: ../infview/inf.cc:2366 ../infview/inf.cc:2389 ../infview/inf.cc:2414 ! #: ../infview/inf.cc:2438 ../infview/inf.cc:2493 ../infview/infmain.cc:385 #: ../install/install.cc:476 ../install/install.cc:484 ../mainsrc/bufun.cc:743 #: ../mainsrc/deedidia.cc:135 ../mainsrc/deedidia.cc:180 *************** *** 83,233 **** msgstr "O~K" ! #: ../infview/inf.cc:701 #, c-format msgid "InfView - File: %s - Node: %s" msgstr "InfView - Datei: %s - Knoten: %s" ! #: ../infview/inf.cc:882 ../infview/manview.cc:313 ../mainsrc/ceditor.cc:454 #, c-format msgid "Error copying to clipboard: %s" msgstr "" ! #: ../infview/inf.cc:1635 msgid "Open Info" msgstr "Info öffnen" ! #: ../infview/inf.cc:1846 msgid "Please wait" msgstr "Bitte warten" ! #: ../infview/inf.cc:1846 msgid "Searching ..." msgstr "Suche..." ! #: ../infview/inf.cc:1964 msgid "Sorry can't find the string" msgstr "Sorry, kann den Text nicht finden" # unclear ! #: ../infview/inf.cc:2297 msgid "Help Control" msgstr "Hilfe Kontrolle" ! #: ../infview/inf.cc:2300 ../infview/infmenu.cc:70 ../setedit/editmenu.cc:119 msgid "~N~ext" msgstr "~N~ächstes" ! #: ../infview/inf.cc:2303 ../infview/infmenu.cc:71 ../setedit/editmenu.cc:120 msgid "~P~revious" msgstr "~V~orherige" ! #: ../infview/inf.cc:2306 ../setedit/editmenu.cc:396 msgid "~U~p" msgstr "~H~och" ! #: ../infview/inf.cc:2309 msgid "Prev. ~H~ist." msgstr "Vorh. ~V~erl." ! #: ../infview/inf.cc:2312 msgid "Nodes ~L~ist" msgstr "Knoten~l~iste" ! #: ../infview/inf.cc:2315 ../infview/infmenu.cc:61 msgid "~B~ookmarks" msgstr "~L~esezeichen" ! #: ../infview/inf.cc:2318 ../infview/infmenu.cc:59 msgid "~C~onfiguration" msgstr "~K~onfiguration" ! #: ../infview/inf.cc:2321 msgid "~O~pen Info" msgstr "Ö~f~fne Info" ! #: ../infview/inf.cc:2324 msgid "H~i~de" msgstr "~V~erbergen" ! #: ../infview/inf.cc:2331 msgid "Hi~s~tory" msgstr "~V~erlauf" ! #: ../infview/inf.cc:2341 msgid "Inf Find" msgstr "Inf Suche" #. All together ! #: ../infview/inf.cc:2348 ../mainsrc/deedidia.cc:119 #: ../mainsrc/deedidia.cc:157 msgid "~T~ext to find" msgstr "~S~uchtext" ! #: ../infview/inf.cc:2353 ../mainsrc/deedidia.cc:122 ! #: ../mainsrc/deedidia.cc:164 ../mainsrc/ssyntax.cc:479 msgid "~C~ase sensitive" msgstr "Groß/~K~lein beachten" ! #: ../infview/inf.cc:2354 ../mainsrc/deedidia.cc:123 #: ../mainsrc/deedidia.cc:164 msgid "~W~hole words only" msgstr "Nur ~g~anze Wörter" ! #: ../infview/inf.cc:2357 msgid "In current ~t~opic" msgstr "Im aktuellen ~T~hema" ! #: ../infview/inf.cc:2358 msgid "In the ~f~ile" msgstr "In der Datei" ! #: ../infview/inf.cc:2359 msgid "In ~a~ll files" msgstr "In ~a~llen Dateien" ! #: ../infview/inf.cc:2362 ../infview/inf.cc:2385 ../infview/inf.cc:2408 ! #: ../infview/inf.cc:2434 ../setedit/editdiag.cc:88 ../setedit/editdiag.cc:180 #: ../setedit/editpale.cc:165 ../settvuti/diaghelp.cc:38 msgid "~O~K" msgstr "~O~K" ! #: ../infview/inf.cc:2373 msgid "Go To" msgstr "Gehe zu" ! #: ../infview/inf.cc:2380 msgid "~N~ame of Node" msgstr "Knoten~n~ame" #. Make it growable ! #: ../infview/inf.cc:2399 msgid "Tag Table" msgstr "Markierungsliste" ! #: ../infview/inf.cc:2406 msgid "~N~odes" msgstr "~K~noten" ! #: ../infview/inf.cc:2426 msgid "InfView Configuration" msgstr "InfView Konfiguration" ! #: ../infview/inf.cc:2431 msgid "Hide '*~N~ote' word" msgstr "Verstecke `*~N~ode' Wort" ! #: ../infview/inf.cc:2432 msgid "Hide real ~l~ink name" msgstr "Verstecke ~L~inknamen" ! #: ../infview/inf.cc:2475 msgid "InfView Bookmarks" msgstr "InfView Lesezeichen" ! #: ../infview/inf.cc:2483 ../mp3/mp3list.cc:333 ../settvuti/tdiagaid.cc:168 msgid "~A~dd" msgstr "~H~inzufügen" ! #: ../infview/inf.cc:2487 ../mp3/mp3list.cc:335 ../setedit/debug.cc:4359 #: ../setedit/debug.cc:4966 ../setedit/winlistd.cc:140 #: ../settvuti/tdiagaid.cc:170 --- 83,233 ---- msgstr "O~K" ! #: ../infview/inf.cc:702 #, c-format msgid "InfView - File: %s - Node: %s" msgstr "InfView - Datei: %s - Knoten: %s" ! #: ../infview/inf.cc:884 ../infview/manview.cc:313 ../mainsrc/ceditor.cc:454 #, c-format msgid "Error copying to clipboard: %s" msgstr "" ! #: ../infview/inf.cc:1637 msgid "Open Info" msgstr "Info öffnen" ! #: ../infview/inf.cc:1848 msgid "Please wait" msgstr "Bitte warten" ! #: ../infview/inf.cc:1848 msgid "Searching ..." msgstr "Suche..." ! #: ../infview/inf.cc:1966 msgid "Sorry can't find the string" msgstr "Sorry, kann den Text nicht finden" # unclear ! #: ../infview/inf.cc:2299 msgid "Help Control" msgstr "Hilfe Kontrolle" ! #: ../infview/inf.cc:2302 ../infview/infmenu.cc:70 ../setedit/editmenu.cc:119 msgid "~N~ext" msgstr "~N~ächstes" ! #: ../infview/inf.cc:2305 ../infview/infmenu.cc:71 ../setedit/editmenu.cc:120 msgid "~P~revious" msgstr "~V~orherige" ! #: ../infview/inf.cc:2308 ../setedit/editmenu.cc:396 msgid "~U~p" msgstr "~H~och" ! #: ../infview/inf.cc:2311 msgid "Prev. ~H~ist." msgstr "Vorh. ~V~erl." ! #: ../infview/inf.cc:2314 msgid "Nodes ~L~ist" msgstr "Knoten~l~iste" ! #: ../infview/inf.cc:2317 ../infview/infmenu.cc:61 msgid "~B~ookmarks" msgstr "~L~esezeichen" ! #: ../infview/inf.cc:2320 ../infview/infmenu.cc:59 msgid "~C~onfiguration" msgstr "~K~onfiguration" ! #: ../infview/inf.cc:2323 msgid "~O~pen Info" msgstr "Ö~f~fne Info" ! #: ../infview/inf.cc:2326 msgid "H~i~de" msgstr "~V~erbergen" ! #: ../infview/inf.cc:2333 msgid "Hi~s~tory" msgstr "~V~erlauf" ! #: ../infview/inf.cc:2343 msgid "Inf Find" msgstr "Inf Suche" #. All together ! #: ../infview/inf.cc:2350 ../mainsrc/deedidia.cc:119 #: ../mainsrc/deedidia.cc:157 msgid "~T~ext to find" msgstr "~S~uchtext" ! #: ../infview/inf.cc:2355 ../mainsrc/deedidia.cc:122 ! #: ../mainsrc/deedidia.cc:164 ../mainsrc/ssyntax.cc:480 msgid "~C~ase sensitive" msgstr "Groß/~K~lein beachten" ! #: ../infview/inf.cc:2356 ../mainsrc/deedidia.cc:123 #: ../mainsrc/deedidia.cc:164 msgid "~W~hole words only" msgstr "Nur ~g~anze Wörter" ! #: ../infview/inf.cc:2359 msgid "In current ~t~opic" msgstr "Im aktuellen ~T~hema" ! #: ../infview/inf.cc:2360 msgid "In the ~f~ile" msgstr "In der Datei" ! #: ../infview/inf.cc:2361 msgid "In ~a~ll files" msgstr "In ~a~llen Dateien" ! #: ../infview/inf.cc:2364 ../infview/inf.cc:2387 ../infview/inf.cc:2410 ! #: ../infview/inf.cc:2436 ../setedit/editdiag.cc:88 ../setedit/editdiag.cc:180 #: ../setedit/editpale.cc:165 ../settvuti/diaghelp.cc:38 msgid "~O~K" msgstr "~O~K" ! #: ../infview/inf.cc:2375 msgid "Go To" msgstr "Gehe zu" ! #: ../infview/inf.cc:2382 msgid "~N~ame of Node" msgstr "Knoten~n~ame" #. Make it growable ! #: ../infview/inf.cc:2401 msgid "Tag Table" msgstr "Markierungsliste" ! #: ../infview/inf.cc:2408 msgid "~N~odes" msgstr "~K~noten" ! #: ../infview/inf.cc:2428 msgid "InfView Configuration" msgstr "InfView Konfiguration" ! #: ../infview/inf.cc:2433 msgid "Hide '*~N~ote' word" msgstr "Verstecke `*~N~ode' Wort" ! #: ../infview/inf.cc:2434 msgid "Hide real ~l~ink name" msgstr "Verstecke ~L~inknamen" ! #: ../infview/inf.cc:2477 msgid "InfView Bookmarks" msgstr "InfView Lesezeichen" ! #: ../infview/inf.cc:2485 ../mp3/mp3list.cc:333 ../settvuti/tdiagaid.cc:168 msgid "~A~dd" msgstr "~H~inzufügen" ! #: ../infview/inf.cc:2489 ../mp3/mp3list.cc:335 ../setedit/debug.cc:4359 #: ../setedit/debug.cc:4966 ../setedit/winlistd.cc:140 #: ../settvuti/tdiagaid.cc:170 *************** *** 235,247 **** msgstr "~L~ösche" ! #: ../infview/inf.cc:2494 msgid "~G~o to" msgstr "~G~ehe zu" ! #: ../infview/inf.cc:2506 msgid "~M~arks" msgstr "~M~arkierungen" ! #: ../infview/infbase.cc:264 #, fuzzy msgid "" --- 235,247 ---- msgstr "~L~ösche" ! #: ../infview/inf.cc:2496 msgid "~G~o to" msgstr "~G~ehe zu" ! #: ../infview/inf.cc:2508 msgid "~M~arks" msgstr "~M~arkierungen" ! #: ../infview/infbase.cc:265 #, fuzzy msgid "" *************** *** 252,273 **** "(Erstellen Sie zuerst eine Kopie!)" ! #: ../infview/infbase.cc:281 msgid "Error: can't find the Node info" msgstr "Fehler: Kann Knoten info nicht finden" ! #: ../infview/infbase.cc:1122 msgid "Reading index table for: " msgstr "Lese Indextabelle für: " ! #: ../infview/infbase.cc:1126 msgid "InfView" msgstr "InfView" ! #: ../infview/infbase.cc:1295 #, fuzzy, c-format msgid "Attention: can't open the help file '%s'." msgstr "Achtung! Kann Hilfedatei `%s' nicht öffnen!" ! #: ../infview/infbase.cc:1891 #, fuzzy msgid "" --- 252,273 ---- "(Erstellen Sie zuerst eine Kopie!)" ! #: ../infview/infbase.cc:282 msgid "Error: can't find the Node info" msgstr "Fehler: Kann Knoten info nicht finden" ! #: ../infview/infbase.cc:1123 msgid "Reading index table for: " msgstr "Lese Indextabelle für: " ! #: ../infview/infbase.cc:1127 msgid "InfView" msgstr "InfView" ! #: ../infview/infbase.cc:1296 #, fuzzy, c-format msgid "Attention: can't open the help file '%s'." msgstr "Achtung! Kann Hilfedatei `%s' nicht öffnen!" ! #: ../infview/infbase.cc:1892 #, fuzzy msgid "" *************** *** 1642,1646 **** msgstr "Übereinstimmung in Zeile %d, Spalte %d." ! #: ../mainsrc/ceditor.cc:10940 #, fuzzy msgid "" --- 1642,1646 ---- msgstr "Übereinstimmung in Zeile %d, Spalte %d." ! #: ../mainsrc/ceditor.cc:10945 #, fuzzy msgid "" *************** *** 1651,1677 **** "der Zeile. Seien Sie vorsichtig." ! #: ../mainsrc/ceditor.cc:10955 msgid "Parsing file" msgstr "Analysiere Datei" ! #: ../mainsrc/ceditor.cc:11710 #, fuzzy msgid "Unhandled syntax highlighting" msgstr "Unbehandelte Syntaxhervorhebung" ! #: ../mainsrc/ceditor.cc:12641 msgid "Unhandled undo" msgstr "Unbehandeltes Undo!" ! #: ../mainsrc/ceditor.cc:12852 msgid "Unhandled redo" msgstr "Unbehandeltes Redo!" ! #: ../mainsrc/ceditor.cc:14053 #, fuzzy, c-format msgid "Saved: %s (%ld bytes %d lines)." msgstr "Gespeichert: %s (%ld bytes)." ! #: ../mainsrc/ceditor.cc:14063 msgid "Stat failed." msgstr "`Stat' hhat versagt!" --- 1651,1677 ---- "der Zeile. Seien Sie vorsichtig." ! #: ../mainsrc/ceditor.cc:10960 msgid "Parsing file" msgstr "Analysiere Datei" ! #: ../mainsrc/ceditor.cc:11715 #, fuzzy msgid "Unhandled syntax highlighting" msgstr "Unbehandelte Syntaxhervorhebung" ! #: ../mainsrc/ceditor.cc:12647 msgid "Unhandled undo" msgstr "Unbehandeltes Undo!" ! #: ../mainsrc/ceditor.cc:12858 msgid "Unhandled redo" msgstr "Unbehandeltes Redo!" ! #: ../mainsrc/ceditor.cc:14059 #, fuzzy, c-format msgid "Saved: %s (%ld bytes %d lines)." msgstr "Gespeichert: %s (%ld bytes)." ! #: ../mainsrc/ceditor.cc:14069 msgid "Stat failed." msgstr "`Stat' hhat versagt!" *************** *** 2569,2594 **** msgstr "~M~akros" ! #: ../mainsrc/ssyntax.cc:202 #, c-format msgid " [%d nodes]" msgstr " [%d Knoten]" ! #: ../mainsrc/ssyntax.cc:371 msgid "New node for search" msgstr "Neuer Knoten für Suche" ! #: ../mainsrc/ssyntax.cc:374 msgid "Name of the info file" msgstr "Name der info Datei" ! #: ../mainsrc/ssyntax.cc:376 msgid "Name of the node (leave blank for all)" msgstr "Name des Knotens (leer lassen für alle)" ! #: ../mainsrc/ssyntax.cc:435 msgid "Nodes for syntax help" msgstr "Knoten für Syntaxhilfe" ! #: ../mainsrc/ssyntax.cc:473 msgid "Options for syntax help" msgstr "Einstellungen für Syntaxhilfe" --- 2569,2594 ---- msgstr "~M~akros" ! #: ../mainsrc/ssyntax.cc:203 #, c-format msgid " [%d nodes]" msgstr " [%d Knoten]" ! #: ../mainsrc/ssyntax.cc:372 msgid "New node for search" msgstr "Neuer Knoten für Suche" ! #: ../mainsrc/ssyntax.cc:375 msgid "Name of the info file" msgstr "Name der info Datei" ! #: ../mainsrc/ssyntax.cc:377 msgid "Name of the node (leave blank for all)" msgstr "Name des Knotens (leer lassen für alle)" ! #: ../mainsrc/ssyntax.cc:436 msgid "Nodes for syntax help" msgstr "Knoten für Syntaxhilfe" ! #: ../mainsrc/ssyntax.cc:474 msgid "Options for syntax help" msgstr "Einstellungen für Syntaxhilfe" *************** *** 2596,2640 **** #. I think that's easiest way! The following 5 lines are equivalent to 20 lines #. of cryptic stuff if you don't use EasyDiag! (I can write it in 1 too ;-) ! #: ../mainsrc/ssyntax.cc:477 msgid "Search ~m~ethod" msgstr "Such~m~ethode" ! #: ../mainsrc/ssyntax.cc:477 msgid "E~x~act" msgstr "E~x~akt" ! #: ../mainsrc/ssyntax.cc:477 msgid "~S~ubstring" msgstr "~T~eiltext" ! #: ../mainsrc/ssyntax.cc:478 msgid "~F~uzzy" msgstr "~F~uzzy" ! #: ../mainsrc/ssyntax.cc:479 msgid "Search O~p~tions" msgstr "Such~o~ptionen" ! #: ../mainsrc/ssyntax.cc:480 msgid "So~r~t by score" msgstr "Nach Punkten so~r~tieren" ! #: ../mainsrc/ssyntax.cc:484 msgid "Fu~z~zy value [1..1000]" msgstr "Fu~z~zy Wert [1..1000]" ! #: ../mainsrc/ssyntax.cc:486 ../setedit/edprefs.cc:664 msgid "Other options" msgstr "Andere Optionen" ! #: ../mainsrc/ssyntax.cc:486 msgid "Search word in the ~t~opic" msgstr "Wort im Thema suchen" ! #: ../mainsrc/ssyntax.cc:875 msgid "Choose a node" msgstr "Wählen Sie einen Knoten" ! #: ../mainsrc/ssyntax.cc:927 msgid "No INFO files for syntax help defined" msgstr "Keine INFO Dateien für Syntaxsuche angegeben" --- 2596,2640 ---- #. I think that's easiest way! The following 5 lines are equivalent to 20 lines #. of cryptic stuff if you don't use EasyDiag! (I can write it in 1 too ;-) ! #: ../mainsrc/ssyntax.cc:478 msgid "Search ~m~ethod" msgstr "Such~m~ethode" ! #: ../mainsrc/ssyntax.cc:478 msgid "E~x~act" msgstr "E~x~akt" ! #: ../mainsrc/ssyntax.cc:478 msgid "~S~ubstring" msgstr "~T~eiltext" ! #: ../mainsrc/ssyntax.cc:479 msgid "~F~uzzy" msgstr "~F~uzzy" ! #: ../mainsrc/ssyntax.cc:480 msgid "Search O~p~tions" msgstr "Such~o~ptionen" ! #: ../mainsrc/ssyntax.cc:481 msgid "So~r~t by score" msgstr "Nach Punkten so~r~tieren" ! #: ../mainsrc/ssyntax.cc:485 msgid "Fu~z~zy value [1..1000]" msgstr "Fu~z~zy Wert [1..1000]" ! #: ../mainsrc/ssyntax.cc:487 ../setedit/edprefs.cc:664 msgid "Other options" msgstr "Andere Optionen" ! #: ../mainsrc/ssyntax.cc:487 msgid "Search word in the ~t~opic" msgstr "Wort im Thema suchen" ! #: ../mainsrc/ssyntax.cc:876 msgid "Choose a node" msgstr "Wählen Sie einen Knoten" ! #: ../mainsrc/ssyntax.cc:928 msgid "No INFO files for syntax help defined" msgstr "Keine INFO Dateien für Syntaxsuche angegeben" *************** *** 7430,7434 **** msgstr "~O~ptionen" ! #: ../settvuti/fileopen.cc:304 msgid "~N~ame" msgstr "~N~ame" --- 7430,7434 ---- msgstr "~O~ptionen" ! #: ../settvuti/fileopen.cc:305 msgid "~N~ame" msgstr "~N~ame" Index: es.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/es.po,v retrieving revision 1.162 retrieving revision 1.163 diff -C2 -d -r1.162 -r1.163 *** es.po 24 Feb 2009 18:29:58 -0000 1.162 --- es.po 25 Feb 2009 16:12:02 -0000 1.163 *************** *** 7,11 **** msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2009-02-24 16:23-0200\n" "Last-Translator: Salvador E. Tropea <se...@ie...>\n" "Language-Team: Spanish <se...@ie...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2009-02-25 13:46-0200\n" "Last-Translator: Salvador E. Tropea <se...@ie...>\n" "Language-Team: Spanish <se...@ie...>\n" *************** *** 29,34 **** #. ok->view->growMode=gfGrowAll; #: ../calcu/calcu.cc:96 ../easydiag/tsbutton.cc:92 ../easydiag/tsbutton.cc:101 ! #: ../infview/inf.cc:2364 ../infview/inf.cc:2387 ../infview/inf.cc:2412 ! #: ../infview/inf.cc:2436 ../infview/inf.cc:2491 ../infview/infmain.cc:385 #: ../install/install.cc:476 ../install/install.cc:484 ../mainsrc/bufun.cc:743 #: ../mainsrc/deedidia.cc:135 ../mainsrc/deedidia.cc:180 --- 29,34 ---- #. ok->view->growMode=gfGrowAll; #: ../calcu/calcu.cc:96 ../easydiag/tsbutton.cc:92 ../easydiag/tsbutton.cc:101 ! #: ../infview/inf.cc:2366 ../infview/inf.cc:2389 ../infview/inf.cc:2414 ! #: ../infview/inf.cc:2438 ../infview/inf.cc:2493 ../infview/infmain.cc:385 #: ../install/install.cc:476 ../install/install.cc:484 ../mainsrc/bufun.cc:743 #: ../mainsrc/deedidia.cc:135 ../mainsrc/deedidia.cc:180 *************** *** 83,232 **** msgstr "O~k~" ! #: ../infview/inf.cc:701 #, c-format msgid "InfView - File: %s - Node: %s" msgstr "InfView - Archivo: %s - Nodo: %s" ! #: ../infview/inf.cc:882 ../infview/manview.cc:313 ../mainsrc/ceditor.cc:454 #, c-format msgid "Error copying to clipboard: %s" msgstr "Error al copiar al portapapeles: %s" ! #: ../infview/inf.cc:1635 msgid "Open Info" msgstr "Abrir Info" ! #: ../infview/inf.cc:1846 msgid "Please wait" msgstr "Por favor espere" ! #: ../infview/inf.cc:1846 msgid "Searching ..." msgstr "Buscando ..." ! #: ../infview/inf.cc:1964 msgid "Sorry can't find the string" msgstr "Lo lamento, no puedo hallar la cadena de caracteres" ! #: ../infview/inf.cc:2297 msgid "Help Control" msgstr "Control de la ayuda" ! #: ../infview/inf.cc:2300 ../infview/infmenu.cc:70 ../setedit/editmenu.cc:119 msgid "~N~ext" msgstr "P~r~óxima" ! #: ../infview/inf.cc:2303 ../infview/infmenu.cc:71 ../setedit/editmenu.cc:120 msgid "~P~revious" msgstr "~A~nterior" ! #: ../infview/inf.cc:2306 ../setedit/editmenu.cc:396 msgid "~U~p" msgstr "~A~rriba" ! #: ../infview/inf.cc:2309 msgid "Prev. ~H~ist." msgstr "Ant. en ~H~ist." ! #: ../infview/inf.cc:2312 msgid "Nodes ~L~ist" msgstr "~L~ista de temas" ! #: ../infview/inf.cc:2315 ../infview/infmenu.cc:61 msgid "~B~ookmarks" msgstr "~M~arcadores" ! #: ../infview/inf.cc:2318 ../infview/infmenu.cc:59 msgid "~C~onfiguration" msgstr "~C~onfiguración" ! #: ../infview/inf.cc:2321 msgid "~O~pen Info" msgstr "~A~brir Info" ! #: ../infview/inf.cc:2324 msgid "H~i~de" msgstr "Ocu~l~tar" ! #: ../infview/inf.cc:2331 msgid "Hi~s~tory" msgstr "Hi~s~toria" ! #: ../infview/inf.cc:2341 msgid "Inf Find" msgstr "Búsqueda en Infos" #. All together ! #: ../infview/inf.cc:2348 ../mainsrc/deedidia.cc:119 #: ../mainsrc/deedidia.cc:157 msgid "~T~ext to find" msgstr "Texto a ~b~uscar" ! #: ../infview/inf.cc:2353 ../mainsrc/deedidia.cc:122 ! #: ../mainsrc/deedidia.cc:164 ../mainsrc/ssyntax.cc:479 msgid "~C~ase sensitive" msgstr "Mayús~c~ulas y min." ! #: ../infview/inf.cc:2354 ../mainsrc/deedidia.cc:123 #: ../mainsrc/deedidia.cc:164 msgid "~W~hole words only" msgstr "~P~alabras completas" ! #: ../infview/inf.cc:2357 msgid "In current ~t~opic" msgstr "En el ~i~tem actual" ! #: ../infview/inf.cc:2358 msgid "In the ~f~ile" msgstr "En todo el ~a~rchivo" ! #: ../infview/inf.cc:2359 msgid "In ~a~ll files" msgstr "En ~t~odos los archivos" ! #: ../infview/inf.cc:2362 ../infview/inf.cc:2385 ../infview/inf.cc:2408 ! #: ../infview/inf.cc:2434 ../setedit/editdiag.cc:88 ../setedit/editdiag.cc:180 #: ../setedit/editpale.cc:165 ../settvuti/diaghelp.cc:38 msgid "~O~K" msgstr "~O~k" ! #: ../infview/inf.cc:2373 msgid "Go To" msgstr "Ir a" ! #: ../infview/inf.cc:2380 msgid "~N~ame of Node" msgstr "~N~ombre del Nodo" #. Make it growable ! #: ../infview/inf.cc:2399 msgid "Tag Table" msgstr "Lista de temas" ! #: ../infview/inf.cc:2406 msgid "~N~odes" msgstr "~N~odos" ! #: ../infview/inf.cc:2426 msgid "InfView Configuration" msgstr "Configuración de InfView" ! #: ../infview/inf.cc:2431 msgid "Hide '*~N~ote' word" msgstr "Ocultar la palabra '*~N~ode'" ! #: ../infview/inf.cc:2432 msgid "Hide real ~l~ink name" msgstr "Ocultar los nombres de los ~l~inks" ! #: ../infview/inf.cc:2475 msgid "InfView Bookmarks" msgstr "Marcas del InfView" ! #: ../infview/inf.cc:2483 ../mp3/mp3list.cc:333 ../settvuti/tdiagaid.cc:168 msgid "~A~dd" msgstr "~A~gregar" ! #: ../infview/inf.cc:2487 ../mp3/mp3list.cc:335 ../setedit/debug.cc:4359 #: ../setedit/debug.cc:4966 ../setedit/winlistd.cc:140 #: ../settvuti/tdiagaid.cc:170 --- 83,232 ---- msgstr "O~k~" ! #: ../infview/inf.cc:702 #, c-format msgid "InfView - File: %s - Node: %s" msgstr "InfView - Archivo: %s - Nodo: %s" ! #: ../infview/inf.cc:884 ../infview/manview.cc:313 ../mainsrc/ceditor.cc:454 #, c-format msgid "Error copying to clipboard: %s" msgstr "Error al copiar al portapapeles: %s" ! #: ../infview/inf.cc:1637 msgid "Open Info" msgstr "Abrir Info" ! #: ../infview/inf.cc:1848 msgid "Please wait" msgstr "Por favor espere" ! #: ../infview/inf.cc:1848 msgid "Searching ..." msgstr "Buscando ..." ! #: ../infview/inf.cc:1966 msgid "Sorry can't find the string" msgstr "Lo lamento, no puedo hallar la cadena de caracteres" ! #: ../infview/inf.cc:2299 msgid "Help Control" msgstr "Control de la ayuda" ! #: ../infview/inf.cc:2302 ../infview/infmenu.cc:70 ../setedit/editmenu.cc:119 msgid "~N~ext" msgstr "P~r~óxima" ! #: ../infview/inf.cc:2305 ../infview/infmenu.cc:71 ../setedit/editmenu.cc:120 msgid "~P~revious" msgstr "~A~nterior" ! #: ../infview/inf.cc:2308 ../setedit/editmenu.cc:396 msgid "~U~p" msgstr "~A~rriba" ! #: ../infview/inf.cc:2311 msgid "Prev. ~H~ist." msgstr "Ant. en ~H~ist." ! #: ../infview/inf.cc:2314 msgid "Nodes ~L~ist" msgstr "~L~ista de temas" ! #: ../infview/inf.cc:2317 ../infview/infmenu.cc:61 msgid "~B~ookmarks" msgstr "~M~arcadores" ! #: ../infview/inf.cc:2320 ../infview/infmenu.cc:59 msgid "~C~onfiguration" msgstr "~C~onfiguración" ! #: ../infview/inf.cc:2323 msgid "~O~pen Info" msgstr "~A~brir Info" ! #: ../infview/inf.cc:2326 msgid "H~i~de" msgstr "Ocu~l~tar" ! #: ../infview/inf.cc:2333 msgid "Hi~s~tory" msgstr "Hi~s~toria" ! #: ../infview/inf.cc:2343 msgid "Inf Find" msgstr "Búsqueda en Infos" #. All together ! #: ../infview/inf.cc:2350 ../mainsrc/deedidia.cc:119 #: ../mainsrc/deedidia.cc:157 msgid "~T~ext to find" msgstr "Texto a ~b~uscar" ! #: ../infview/inf.cc:2355 ../mainsrc/deedidia.cc:122 ! #: ../mainsrc/deedidia.cc:164 ../mainsrc/ssyntax.cc:480 msgid "~C~ase sensitive" msgstr "Mayús~c~ulas y min." ! #: ../infview/inf.cc:2356 ../mainsrc/deedidia.cc:123 #: ../mainsrc/deedidia.cc:164 msgid "~W~hole words only" msgstr "~P~alabras completas" ! #: ../infview/inf.cc:2359 msgid "In current ~t~opic" msgstr "En el ~i~tem actual" ! #: ../infview/inf.cc:2360 msgid "In the ~f~ile" msgstr "En todo el ~a~rchivo" ! #: ../infview/inf.cc:2361 msgid "In ~a~ll files" msgstr "En ~t~odos los archivos" ! #: ../infview/inf.cc:2364 ../infview/inf.cc:2387 ../infview/inf.cc:2410 ! #: ../infview/inf.cc:2436 ../setedit/editdiag.cc:88 ../setedit/editdiag.cc:180 #: ../setedit/editpale.cc:165 ../settvuti/diaghelp.cc:38 msgid "~O~K" msgstr "~O~k" ! #: ../infview/inf.cc:2375 msgid "Go To" msgstr "Ir a" ! #: ../infview/inf.cc:2382 msgid "~N~ame of Node" msgstr "~N~ombre del Nodo" #. Make it growable ! #: ../infview/inf.cc:2401 msgid "Tag Table" msgstr "Lista de temas" ! #: ../infview/inf.cc:2408 msgid "~N~odes" msgstr "~N~odos" ! #: ../infview/inf.cc:2428 msgid "InfView Configuration" msgstr "Configuración de InfView" ! #: ../infview/inf.cc:2433 msgid "Hide '*~N~ote' word" msgstr "Ocultar la palabra '*~N~ode'" ! #: ../infview/inf.cc:2434 msgid "Hide real ~l~ink name" msgstr "Ocultar los nombres de los ~l~inks" ! #: ../infview/inf.cc:2477 msgid "InfView Bookmarks" msgstr "Marcas del InfView" ! #: ../infview/inf.cc:2485 ../mp3/mp3list.cc:333 ../settvuti/tdiagaid.cc:168 msgid "~A~dd" msgstr "~A~gregar" ! #: ../infview/inf.cc:2489 ../mp3/mp3list.cc:335 ../setedit/debug.cc:4359 #: ../setedit/debug.cc:4966 ../setedit/winlistd.cc:140 #: ../settvuti/tdiagaid.cc:170 *************** *** 234,246 **** msgstr "~B~orrar" ! #: ../infview/inf.cc:2494 msgid "~G~o to" msgstr "I~r~ a" ! #: ../infview/inf.cc:2506 msgid "~M~arks" msgstr "~M~arcas" ! #: ../infview/infbase.cc:264 msgid "" "Attention !! This file is in DOS format, Do you want to convert it?, But " --- 234,246 ---- msgstr "~B~orrar" ! #: ../infview/inf.cc:2496 msgid "~G~o to" msgstr "I~r~ a" ! #: ../infview/inf.cc:2508 msgid "~M~arks" msgstr "~M~arcas" ! #: ../infview/infbase.cc:265 msgid "" "Attention !! This file is in DOS format, Do you want to convert it?, But " *************** *** 250,271 **** "copia primero" ! #: ../infview/infbase.cc:281 msgid "Error: can't find the Node info" msgstr "Error: no puedo hallar el Nodo" ! #: ../infview/infbase.cc:1122 msgid "Reading index table for: " msgstr "Leyendo el índice de: " ! #: ../infview/infbase.cc:1126 msgid "InfView" msgstr "InfView" ! #: ../infview/infbase.cc:1295 #, c-format msgid "Attention: can't open the help file '%s'." msgstr "Atención: no puedo abrir el archivo de ayuda '%s'." ! #: ../infview/infbase.cc:1891 msgid "" "\n" --- 250,271 ---- "copia primero" ! #: ../infview/infbase.cc:282 msgid "Error: can't find the Node info" msgstr "Error: no puedo hallar el Nodo" ! #: ../infview/infbase.cc:1123 msgid "Reading index table for: " msgstr "Leyendo el índice de: " ! #: ../infview/infbase.cc:1127 msgid "InfView" msgstr "InfView" ! #: ../infview/infbase.cc:1296 #, c-format msgid "Attention: can't open the help file '%s'." msgstr "Atención: no puedo abrir el archivo de ayuda '%s'." ! #: ../infview/infbase.cc:1892 msgid "" "\n" *************** *** 1563,1567 **** msgstr "Complemento hallado en la línea %d columna %d." ! #: ../mainsrc/ceditor.cc:10940 msgid "" "This file contains ASCII 0 values, all the characters in this line after it " --- 1563,1567 ---- msgstr "Complemento hallado en la línea %d columna %d." ! #: ../mainsrc/ceditor.cc:10945 msgid "" "This file contains ASCII 0 values, all the characters in this line after it " *************** *** 1571,1597 **** "0 no se podrán ver en esa línea. Tenga cuidado" ! #: ../mainsrc/ceditor.cc:10955 msgid "Parsing file" msgstr "Analizando el archivo" ! #: ../mainsrc/ceditor.cc:11710 msgid "Unhandled syntax highlighting" msgstr "¡Resaltado de sintaxis no soportado!" ! #: ../mainsrc/ceditor.cc:12641 msgid "Unhandled undo" msgstr "¡Undo no soportado!" ! #: ../mainsrc/ceditor.cc:12852 msgid "Unhandled redo" msgstr "¡Redo no soportado!" # c-format ! #: ../mainsrc/ceditor.cc:14053 #, c-format msgid "Saved: %s (%ld bytes %d lines)." msgstr "Grabado %s (%ld bytes de longitud %d líneas)." ! #: ../mainsrc/ceditor.cc:14063 msgid "Stat failed." msgstr "¡Fallo al usar 'stat'!" --- 1571,1597 ---- "0 no se podrán ver en esa línea. Tenga cuidado" ! #: ../mainsrc/ceditor.cc:10960 msgid "Parsing file" msgstr "Analizando el archivo" ! #: ../mainsrc/ceditor.cc:11715 msgid "Unhandled syntax highlighting" msgstr "¡Resaltado de sintaxis no soportado!" ! #: ../mainsrc/ceditor.cc:12647 msgid "Unhandled undo" msgstr "¡Undo no soportado!" ! #: ../mainsrc/ceditor.cc:12858 msgid "Unhandled redo" msgstr "¡Redo no soportado!" # c-format ! #: ../mainsrc/ceditor.cc:14059 #, c-format msgid "Saved: %s (%ld bytes %d lines)." msgstr "Grabado %s (%ld bytes de longitud %d líneas)." ! #: ../mainsrc/ceditor.cc:14069 msgid "Stat failed." msgstr "¡Fallo al usar 'stat'!" *************** *** 2455,2480 **** msgstr "~M~acros" ! #: ../mainsrc/ssyntax.cc:202 #, c-format msgid " [%d nodes]" msgstr " [%d nodos]" ! #: ../mainsrc/ssyntax.cc:371 msgid "New node for search" msgstr "Nuevo nodo a buscar" ! #: ../mainsrc/ssyntax.cc:374 msgid "Name of the info file" msgstr "Nombre del archivo .info" ! #: ../mainsrc/ssyntax.cc:376 msgid "Name of the node (leave blank for all)" msgstr "Nombre del nodo (dejar en blanco para usar todos)" ! #: ../mainsrc/ssyntax.cc:435 msgid "Nodes for syntax help" msgstr "Nodos para ayuda de sintaxis" ! #: ../mainsrc/ssyntax.cc:473 msgid "Options for syntax help" msgstr "Opciones para la ayuda de sintaxis" --- 2455,2480 ---- msgstr "~M~acros" ! #: ../mainsrc/ssyntax.cc:203 #, c-format msgid " [%d nodes]" msgstr " [%d nodos]" ! #: ../mainsrc/ssyntax.cc:372 msgid "New node for search" msgstr "Nuevo nodo a buscar" ! #: ../mainsrc/ssyntax.cc:375 msgid "Name of the info file" msgstr "Nombre del archivo .info" ! #: ../mainsrc/ssyntax.cc:377 msgid "Name of the node (leave blank for all)" msgstr "Nombre del nodo (dejar en blanco para usar todos)" ! #: ../mainsrc/ssyntax.cc:436 msgid "Nodes for syntax help" msgstr "Nodos para ayuda de sintaxis" ! #: ../mainsrc/ssyntax.cc:474 msgid "Options for syntax help" msgstr "Opciones para la ayuda de sintaxis" *************** *** 2482,2526 **** #. I think that's easiest way! The following 5 lines are equivalent to 20 lines #. of cryptic stuff if you don't use EasyDiag! (I can write it in 1 too ;-) ! #: ../mainsrc/ssyntax.cc:477 msgid "Search ~m~ethod" msgstr "~M~étodo de búsqueda" ! #: ../mainsrc/ssyntax.cc:477 msgid "E~x~act" msgstr "E~x~acto" ! #: ../mainsrc/ssyntax.cc:477 msgid "~S~ubstring" msgstr "~P~arcial" ! #: ../mainsrc/ssyntax.cc:478 msgid "~F~uzzy" msgstr "~D~ifuso" ! #: ../mainsrc/ssyntax.cc:479 msgid "Search O~p~tions" msgstr "~O~pciones de Búsqueda" ! #: ../mainsrc/ssyntax.cc:480 msgid "So~r~t by score" msgstr "O~r~denar por puntaje" ! #: ../mainsrc/ssyntax.cc:484 msgid "Fu~z~zy value [1..1000]" msgstr "Valor `dif~u~so' [1..1000]" ! #: ../mainsrc/ssyntax.cc:486 ../setedit/edprefs.cc:664 msgid "Other options" msgstr "Otras opciones" ! #: ../mainsrc/ssyntax.cc:486 msgid "Search word in the ~t~opic" msgstr "Buscar la palabra en ~n~odo" ! #: ../mainsrc/ssyntax.cc:875 msgid "Choose a node" msgstr "Elegir un nodo" ! #: ../mainsrc/ssyntax.cc:927 msgid "No INFO files for syntax help defined" msgstr "No se definieron archivos de ayuda para buscar sintaxis" --- 2482,2526 ---- #. I think that's easiest way! The following 5 lines are equivalent to 20 lines #. of cryptic stuff if you don't use EasyDiag! (I can write it in 1 too ;-) ! #: ../mainsrc/ssyntax.cc:478 msgid "Search ~m~ethod" msgstr "~M~étodo de búsqueda" ! #: ../mainsrc/ssyntax.cc:478 msgid "E~x~act" msgstr "E~x~acto" ! #: ../mainsrc/ssyntax.cc:478 msgid "~S~ubstring" msgstr "~P~arcial" ! #: ../mainsrc/ssyntax.cc:479 msgid "~F~uzzy" msgstr "~D~ifuso" ! #: ../mainsrc/ssyntax.cc:480 msgid "Search O~p~tions" msgstr "~O~pciones de Búsqueda" ! #: ../mainsrc/ssyntax.cc:481 msgid "So~r~t by score" msgstr "O~r~denar por puntaje" ! #: ../mainsrc/ssyntax.cc:485 msgid "Fu~z~zy value [1..1000]" msgstr "Valor `dif~u~so' [1..1000]" ! #: ../mainsrc/ssyntax.cc:487 ../setedit/edprefs.cc:664 msgid "Other options" msgstr "Otras opciones" ! #: ../mainsrc/ssyntax.cc:487 msgid "Search word in the ~t~opic" msgstr "Buscar la palabra en ~n~odo" ! #: ../mainsrc/ssyntax.cc:876 msgid "Choose a node" msgstr "Elegir un nodo" ! #: ../mainsrc/ssyntax.cc:928 msgid "No INFO files for syntax help defined" msgstr "No se definieron archivos de ayuda para buscar sintaxis" *************** *** 6993,6997 **** msgstr "O~p~ciones" ! #: ../settvuti/fileopen.cc:304 msgid "~N~ame" msgstr "~N~ombre" --- 6993,6997 ---- msgstr "O~p~ciones" ! #: ../settvuti/fileopen.cc:305 msgid "~N~ame" msgstr "~N~ombre" |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:12:09
|
Update of /cvsroot/setedit/setedit/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29189/include Modified Files: vername.h Log Message: * Updated Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.155 retrieving revision 1.156 diff -C2 -d -r1.155 -r1.156 *** vername.h 24 Feb 2009 18:29:58 -0000 1.155 --- vername.h 25 Feb 2009 16:12:02 -0000 1.156 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1288 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1289 |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:48
|
Update of /cvsroot/setedit/setedit/infview In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/infview Modified Files: manview.cc inf.cc infbase.cc infmain.cc Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: manview.cc =================================================================== RCS file: /cvsroot/setedit/setedit/infview/manview.cc,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** manview.cc 27 Apr 2007 13:04:18 -0000 1.23 --- manview.cc 25 Feb 2009 16:11:31 -0000 1.24 *************** *** 152,156 **** { d[i*2]=s[i*2]; ! d[i*2+1]=colors[s[i*2+1]]; } w-=len; --- 152,156 ---- { d[i*2]=s[i*2]; ! d[i*2+1]=colors[(uchar)s[i*2+1]]; } w-=len; Index: inf.cc =================================================================== RCS file: /cvsroot/setedit/setedit/infview/inf.cc,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** inf.cc 19 Aug 2004 18:07:40 -0000 1.27 --- inf.cc 25 Feb 2009 16:11:31 -0000 1.28 *************** *** 241,245 **** TInfViewer::TInfViewer( const TRect& bounds, TScrollBar* aHScrollBar, ! TScrollBar* aVScrollBar, TInfFile *aInfFile, char *context, char *match ) : TScroller( bounds, aHScrollBar, aVScrollBar ) --- 241,245 ---- TInfViewer::TInfViewer( const TRect& bounds, TScrollBar* aHScrollBar, ! TScrollBar* aVScrollBar, TInfFile *aInfFile, const char *context, char *match ) : TScroller( bounds, aHScrollBar, aVScrollBar ) *************** *** 430,434 **** } ! static void moveStr(int indent, char *buffer, char attr, ushort *b) { char *s=(char *)(b+indent); --- 430,435 ---- } ! static ! void moveStr(int indent, const char *buffer, char attr, ushort *b) { char *s=(char *)(b+indent); *************** *** 740,744 **** } ! void TInfViewer::switchToTopic( char *keyRef, TPoint Pos ) { char NameCopy[MAX_NODE_NAME]; --- 741,745 ---- } ! void TInfViewer::switchToTopic(const char *keyRef, TPoint Pos) { char NameCopy[MAX_NODE_NAME]; *************** *** 772,776 **** } ! void TInfViewer::switchToTopic(char *keyRef) { TPoint Pos; --- 773,777 ---- } ! void TInfViewer::switchToTopic(const char *keyRef) { TPoint Pos; *************** *** 825,829 **** } ! static void AddFileToNode(char *dest, char *source, char *file) { if (source[0]=='(') --- 826,831 ---- } ! static ! void AddFileToNode(char *dest, const char *source, const char *file) { if (source[0]=='(') *************** *** 839,843 **** } ! void TInfViewer::AddToHistory(char *context) { stHisto *h = (stHisto *)History->at(HistPoint); --- 841,845 ---- } ! void TInfViewer::AddToHistory(const char *context) { stHisto *h = (stHisto *)History->at(HistPoint); *************** *** 1984,1988 **** } ! void TInfViewer::findInTopic(char *s) { strncpyZ(findStr,s,MAX_NODE_NAME); --- 1986,1990 ---- } ! void TInfViewer::findInTopic(const char *s) { strncpyZ(findStr,s,MAX_NODE_NAME); *************** *** 2115,2119 **** ***************************************************************/ ! TInfWindow::TInfWindow(TInfFile *hFile, char *context, char *match, void (*ir)(char *b, long l), Boolean IsTheOne) : TWindowInit( &TInfWindow::initFrame), --- 2117,2121 ---- ***************************************************************/ ! TInfWindow::TInfWindow(TInfFile *hFile, const char *context, char *match, void (*ir)(char *b, long l), Boolean IsTheOne) : TWindowInit( &TInfWindow::initFrame), *************** *** 2124,2128 **** r.grow(-1,-1); ! viewer=new TInfViewer (r,standardScrollBar(sbHorizontal | sbHandleKeyboard), standardScrollBar(sbVertical | sbHandleKeyboard), hFile, context, match); --- 2126,2130 ---- r.grow(-1,-1); ! viewer=new TInfViewer(r,standardScrollBar(sbHorizontal | sbHandleKeyboard), standardScrollBar(sbVertical | sbHandleKeyboard), hFile, context, match); Index: infbase.cc =================================================================== RCS file: /cvsroot/setedit/setedit/infview/infbase.cc,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** infbase.cc 16 Dec 2005 19:52:10 -0000 1.21 --- infbase.cc 25 Feb 2009 16:11:31 -0000 1.22 *************** *** 121,125 **** ! static void CopiarDatosDe(char *Tipo,char *Dest,char *Ori,int maxlen) { char *pos,*s; --- 121,126 ---- ! static ! void CopiarDatosDe(const char *Tipo,char *Dest,char *Ori,int maxlen) { char *pos,*s; *************** *** 1279,1283 **** int TInfFile::SizeOfReadBuf=BUF_SIZE; ! void TInfFile::DoAll( char *Nombre, int Verbose ) { int Indirect=0; --- 1280,1284 ---- int TInfFile::SizeOfReadBuf=BUF_SIZE; ! void TInfFile::DoAll(const char *Nombre, int Verbose) { int Indirect=0; *************** *** 1577,1583 **** static ! char *strrpbrk(char *string, char *search) { ! char *scanp,*str; int c, sc; --- 1578,1585 ---- static ! char *strrpbrk(char *string, const char *search) { ! char *str; ! const char *scanp; int c, sc; *************** *** 1591,1595 **** ! int TInfFile::ExpandName(char *Buf, char *Nombre, int iExt) { int a; --- 1593,1597 ---- ! int TInfFile::ExpandName(char *Buf, const char *Nombre, int iExt) { int a; *************** *** 1665,1669 **** } s[0]='I';s[1]='N';s[2]='F';s[3]='O';s[4]='\\'; ! char *s2=Nombre; for (s+=5; *s2; s++,s2++) *s=*s2; *s=0; a = TryWithName(Buf,ext,iExt,IsCompressed); --- 1667,1671 ---- } s[0]='I';s[1]='N';s[2]='F';s[3]='O';s[4]='\\'; ! const char *s2=Nombre; for (s+=5; *s2; s++,s2++) *s=*s2; *s=0; a = TryWithName(Buf,ext,iExt,IsCompressed); *************** *** 1676,1680 **** } ! FILE *TInfFile::fOpen(char *Nombre) { char Buf[PATH_MAX]; --- 1678,1682 ---- } ! FILE *TInfFile::fOpen(const char *Nombre) { char Buf[PATH_MAX]; *************** *** 1705,1711 **** name=unique_name("gz",NameOfTemporal); if (!name) ! name="__infc__"; ! else ! freeName=1; FILE *f=fopen(name,"wb"); if (!f) --- 1707,1712 ---- name=unique_name("gz",NameOfTemporal); if (!name) ! name=strdup("__infc__"); ! freeName=1; FILE *f=fopen(name,"wb"); if (!f) Index: infmain.cc =================================================================== RCS file: /cvsroot/setedit/setedit/infview/infmain.cc,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** infmain.cc 19 Jun 2007 13:28:55 -0000 1.35 --- infmain.cc 25 Feb 2009 16:11:31 -0000 1.36 *************** *** 634,641 **** { case 'l': ! putenv("LFN=N"); break; case 'L': ! putenv("LFN=Y"); break; case 'k': --- 634,641 ---- { case 'l': ! putenv(newStr("LFN=N")); break; case 'L': ! putenv(newStr("LFN=Y")); break; case 'k': *************** *** 744,748 **** char Share[PATH_MAX]; ! char *pos=strrchr(file,'/'); if (pos && pos-file>4 && strncmp(pos-3,"bin",3)==0) { --- 744,748 ---- char Share[PATH_MAX]; ! const char *pos=strrchr(file,'/'); if (pos && pos-file>4 && strncmp(pos-3,"bin",3)==0) { *************** *** 816,820 **** } ! void OpenInfView(TEditorMiApp *editorApp, char *name) { TInfFile *i=new TInfFile(name); --- 816,820 ---- } ! void OpenInfView(TEditorMiApp *editorApp, const char *name) { TInfFile *i=new TInfFile(name); |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:44
|
Update of /cvsroot/setedit/setedit/sdg In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/sdg Modified Files: mli.cc mlicsdg.cc mliediti.cc mliedito.cc mlisdg.cc txhgen.cc Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: mli.cc =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/mli.cc,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mli.cc 11 Jun 2008 12:37:51 -0000 1.24 --- mli.cc 25 Feb 2009 16:11:31 -0000 1.25 *************** *** 1103,1107 **** }*/ ! char *TMLIBase::cNames[MLIBaseCommands]= { "print", --- 1103,1107 ---- }*/ ! const char *TMLIBase::cNames[MLIBaseCommands]= { "print", *************** *** 1163,1167 **** }; ! char *TMLIBase::sNames[MLIBaseSymbols]= { "+", --- 1163,1167 ---- }; ! const char *TMLIBase::sNames[MLIBaseSymbols]= { "+", *************** *** 1193,1197 **** TLispConstString CRConstant("\r\n",2,0,2); ! char *TMLIBase::cNamesConst[MLIBaseConstants]= { "CR" --- 1193,1197 ---- TLispConstString CRConstant("\r\n",2,0,2); ! const char *TMLIBase::cNamesConst[MLIBaseConstants]= { "CR" *************** *** 1627,1633 **** #define maxSyntax 11 ! static char *UnkErr=__("unknown"); ! char *TMLIBase::TypeError[]= { UnkErr, --- 1627,1633 ---- #define maxSyntax 11 ! static const char *UnkErr=__("unknown"); ! const char *TMLIBase::TypeError[]= { UnkErr, *************** *** 1636,1640 **** }; ! char *TMLIBase::ParseError[]= { __("string not closed"), --- 1636,1640 ---- }; ! const char *TMLIBase::ParseError[]= { __("string not closed"), *************** *** 1646,1650 **** }; ! char *TMLIBase::SyntaxError[]= { __("command where a parameter was expected"), --- 1646,1650 ---- }; ! const char *TMLIBase::SyntaxError[]= { __("command where a parameter was expected"), *************** *** 1662,1666 **** }; ! char *TMLIBase::GetTypeError() { int type=Error>>12; --- 1662,1666 ---- }; ! const char *TMLIBase::GetTypeError() { int type=Error>>12; *************** *** 1671,1675 **** ! char *TMLIBase::GetError() { int type=Error>>12; --- 1671,1675 ---- ! const char *TMLIBase::GetError() { int type=Error>>12; *************** *** 1692,1696 **** static char BufError[64]; ! char *TMLIBase::GetCodeError() { ErrorReported=1; // Now we are ready to memorize another error --- 1692,1696 ---- static char BufError[64]; ! const char *TMLIBase::GetCodeError() { ErrorReported=1; // Now we are ready to memorize another error Index: mlicsdg.cc =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/mlicsdg.cc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mlicsdg.cc 11 Sep 2001 13:59:40 -0000 1.1.1.1 --- mlicsdg.cc 25 Feb 2009 16:11:31 -0000 1.2 *************** *** 26,30 **** #include <mli.h> ! static char *emptyStr=""; extern char *TakeNum(char *s,int *num); --- 26,30 ---- #include <mli.h> ! static char emptyStr[1]={ 0 }; extern char *TakeNum(char *s,int *num); *************** *** 124,128 **** ***************************************************************************/ ! void MLISDGcutCprot(TMLIBase *o,int start ,int cant) { TLispVar *string=NULL; --- 124,128 ---- ***************************************************************************/ ! void MLISDGcutCprot(TMLIBase *o, int start, int cant) { TLispVar *string=NULL; *************** *** 270,274 **** } ! char *TMLISDG::cNames[MLISDGCommands]= { "cutCprot" --- 270,274 ---- } ! const char *TMLISDG::cNames[MLISDGCommands]= { "cutCprot" Index: mliediti.cc =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/mliediti.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mliediti.cc 16 Oct 2003 19:12:46 -0000 1.7 --- mliediti.cc 25 Feb 2009 16:11:31 -0000 1.8 *************** *** 13,19 **** int MLIEditorError; ! char *MLIEditorTypeError; ! char *MLIEditorErrorName; ! char *MLIEditorErrorCode; static TMLIArraySimple *array=0; --- 13,19 ---- int MLIEditorError; ! const char *MLIEditorTypeError; ! const char *MLIEditorErrorName; ! const char *MLIEditorErrorCode; static TMLIArraySimple *array=0; Index: mliedito.cc =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/mliedito.cc,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mliedito.cc 12 Sep 2005 16:39:16 -0000 1.24 --- mliedito.cc 25 Feb 2009 16:11:31 -0000 1.25 *************** *** 222,226 **** { int Options=0,flags=repDontFork|repDontShowDialog; ! char *comp="GNU"; LocVarStr(string); LocVarInt(option); --- 222,226 ---- { int Options=0,flags=repDontFork|repDontShowDialog; ! const char *comp="GNU"; LocVarStr(string); LocVarInt(option); *************** *** 1089,1093 **** } ! char *TMLIEditor::cNames[MLIEditorCommands]= { "SendCommands", --- 1089,1093 ---- } ! const char *TMLIEditor::cNames[MLIEditorCommands]= { "SendCommands", Index: mlisdg.cc =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/mlisdg.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mlisdg.cc 29 Oct 2001 14:18:18 -0000 1.2 --- mlisdg.cc 25 Feb 2009 16:11:31 -0000 1.3 *************** *** 62,68 **** int MLISDGError; ! char *MLISDGTypeError; ! char *MLISDGErrorName; ! char *MLISDGErrorCode; char *InterpretLispCode(char *s,getVarFunction getVar,FILE *f) --- 62,68 ---- int MLISDGError; ! const char *MLISDGTypeError; ! const char *MLISDGErrorName; ! const char *MLISDGErrorCode; char *InterpretLispCode(char *s,getVarFunction getVar,FILE *f) Index: txhgen.cc =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/txhgen.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** txhgen.cc 25 Jan 2007 16:04:42 -0000 1.8 --- txhgen.cc 25 Feb 2009 16:11:31 -0000 1.9 *************** *** 93,97 **** int TXHLine; ! char *TXHErrors[] = { "Unknown error", //0 --- 93,97 ---- int TXHLine; ! const char *TXHErrors[] = { "Unknown error", //0 *************** *** 121,125 **** int TXHError; ! char *TXHErrorSection[]= { "unknown part", --- 121,125 ---- int TXHError; ! const char *TXHErrorSection[]= { "unknown part", *************** *** 149,158 **** char *TXHOutBaseName; // No extentions here! char *TXHFilesDir=NULL; // Base for format files ! void (*TXHPrintMessage)(char *s); static void GenerateAssoc(TNCSAssociative *a, char *name, char *extra, FILE *f); void OutPutString(char *s, char *e,FILE *f); ! char *TXHSections[] = { "Delimiters", --- 149,158 ---- char *TXHOutBaseName; // No extentions here! char *TXHFilesDir=NULL; // Base for format files ! void (*TXHPrintMessage)(const char *s); static void GenerateAssoc(TNCSAssociative *a, char *name, char *extra, FILE *f); void OutPutString(char *s, char *e,FILE *f); ! const char *TXHSections[] = { "Delimiters", *************** *** 1477,1481 **** } ! static int GetVarMenu(int num,char *&start,char *&end,int &flags) { flags=sdgSimpleString | sdgASCIIZ; --- 1477,1481 ---- } ! static int GetVarMenu(int num, char *&start, char *&end,int &flags) { flags=sdgSimpleString | sdgASCIIZ; *************** *** 1515,1518 **** --- 1515,1520 ---- int i,l; char LineB[1000]; + char s1[]="Alphabetical list of functions"; + char s2[]="Alphabetical List"; switch (num) *************** *** 1521,1525 **** case 1: fprintf(f,"%s\n",StartMenu); ! GenMenuEntry(f,"Alphabetical list of functions","Alphabetical List"); for (i=0; i<Associations; i++) GenMenuEntry(f,AssoMenu[i],AssoNode[i]); --- 1523,1527 ---- case 1: fprintf(f,"%s\n",StartMenu); ! GenMenuEntry(f,s1,s2); for (i=0; i<Associations; i++) GenMenuEntry(f,AssoMenu[i],AssoNode[i]); *************** *** 1570,1573 **** --- 1572,1578 ---- } + static + char alphabeticalList[]="Alphabetical List"; + static int GetVarMain(int num,char *&start,char *&end,int &flags) { *************** *** 1576,1580 **** // Name of the function list node case 2: ! start=end="Alphabetical List"; flags=sdgSimpleString | sdgASCIIZ; return 1; --- 1581,1585 ---- // Name of the function list node case 2: ! start=end=alphabeticalList; flags=sdgSimpleString | sdgASCIIZ; return 1; *************** *** 1878,1882 **** } ! static void DumpFile(char *file,char *from,int kill=1) { FILE *f; --- 1883,1887 ---- } ! static void DumpFile(char *file, const char *from, int kill=1) { FILE *f; |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:41
|
Update of /cvsroot/setedit/setedit/setedit In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/setedit Modified Files: calendar.cc dskhelp.cc dstfile.cc editmain.cc editpale.cc edprefs.cc edprint.cc edprj.cc getctxhl.cc menuload.cc runprog.cc scresave.cc Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: calendar.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/calendar.cc,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** calendar.cc 26 Aug 2004 20:49:05 -0000 1.13 --- calendar.cc 25 Feb 2009 16:11:31 -0000 1.14 *************** *** 38,42 **** char TCalendarView::odownArrowChar='\037'; ! static char *monthNames[] = { "", __("January"), __("February"), __("March"), __("April"), __("May"), --- 38,42 ---- char TCalendarView::odownArrowChar='\037'; ! static const char *monthNames[] = { "", __("January"), __("February"), __("March"), __("April"), __("May"), Index: dskhelp.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/dskhelp.cc,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** dskhelp.cc 17 Jun 2003 13:04:20 -0000 1.10 --- dskhelp.cc 25 Feb 2009 16:11:31 -0000 1.11 *************** *** 37,41 **** } ! void TDskWinHelp::Goto(char *File, char *Node, char *word) { char aux[MAX_NODE_NAME*2]; --- 37,41 ---- } ! void TDskWinHelp::Goto(const char *File, const char *Node, const char *word) { char aux[MAX_NODE_NAME*2]; *************** *** 126,130 **** } ! void TDskWinHelp::Create(char *File, char *Node, Boolean TheOne) { file = new TInfFile(File); --- 126,130 ---- } ! void TDskWinHelp::Create(const char *File, const char *Node, Boolean TheOne) { file = new TInfFile(File); *************** *** 135,139 **** } ! void TDskWinHelp::CreateModal(char *File, char *Node) { TInfFile *aFile = new TInfFile(File); --- 135,139 ---- } ! void TDskWinHelp::CreateModal(const char *File, const char *Node) { TInfFile *aFile = new TInfFile(File); *************** *** 144,148 **** } ! TDskWinHelp::TDskWinHelp(char *File, char *Node, Boolean TheOne) { Create(File,Node,TheOne); --- 144,148 ---- } ! TDskWinHelp::TDskWinHelp(const char *File, const char *Node, Boolean TheOne) { Create(File,Node,TheOne); Index: dstfile.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/dstfile.cc,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** dstfile.cc 19 Jun 2007 13:28:55 -0000 1.41 --- dstfile.cc 25 Feb 2009 16:11:31 -0000 1.42 *************** *** 73,77 **** const char *cDeskTopFileNameHidden=DeskTopFileNameHidden; #endif ! static char *Signature="TEditorApp desktop file\x1A"; const int EditorsDelta=10; const char *defaultDrvName="_Default"; --- 73,77 ---- const char *cDeskTopFileNameHidden=DeskTopFileNameHidden; #endif ! static const char *Signature="TEditorApp desktop file\x1A"; const int EditorsDelta=10; const char *defaultDrvName="_Default"; Index: editmain.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/editmain.cc,v retrieving revision 1.129 retrieving revision 1.130 diff -C2 -d -r1.129 -r1.130 *** editmain.cc 2 Oct 2007 15:13:46 -0000 1.129 --- editmain.cc 25 Feb 2009 16:11:31 -0000 1.130 *************** *** 140,144 **** static char *EditorFileExt="setedit.inf"; #endif ! char *EditorFile="setedit"; DeclarePalette; --- 140,144 ---- static char *EditorFileExt="setedit.inf"; #endif ! const char *EditorFile="setedit"; DeclarePalette; *************** *** 457,461 **** void TSetEditorApp::SetTitle(const char *str1, const char *str2) { ! char *str0="SETEdit "; int len=strlen(str0)+sizeof(TCEDITOR_VERSION_STR)+3; --- 457,461 ---- void TSetEditorApp::SetTitle(const char *str1, const char *str2) { ! const char *str0="SETEdit "; int len=strlen(str0)+sizeof(TCEDITOR_VERSION_STR)+3; *************** *** 2618,2622 **** static ! void ShowInstallError(char *var, const char *suggest, int end) { TScreen::suspend(); --- 2618,2622 ---- static ! void ShowInstallError(const char *var, const char *suggest, int end) { TScreen::suspend(); *************** *** 2873,2880 **** break; case 'l': ! putenv("LFN=N"); break; case 'L': ! putenv("LFN=Y"); break; case 'm': --- 2873,2880 ---- break; case 'l': ! putenv(newStr("LFN=N")); break; case 'L': ! putenv(newStr("LFN=Y")); break; case 'm': Index: editpale.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/editpale.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** editpale.cc 5 Jun 2003 20:09:04 -0000 1.9 --- editpale.cc 25 Feb 2009 16:11:31 -0000 1.10 *************** *** 29,33 **** const int MaxCompVal=255; ! static char *patterNumShow="123456789012"; class TNumShow : public TStaticText --- 29,33 ---- const int MaxCompVal=255; ! static const char *patterNumShow="123456789012"; class TNumShow : public TStaticText Index: edprefs.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/edprefs.cc,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** edprefs.cc 2 Oct 2008 15:04:26 -0000 1.49 --- edprefs.cc 25 Feb 2009 16:11:31 -0000 1.50 *************** *** 227,231 **** static ! void ShowText(char *Text, char *Title) { TSViewCol *col=new TSViewCol(new TDialog(TRect(1,1,1,1),Title)); --- 227,231 ---- static ! void ShowText(char *Text, const char *Title) { TSViewCol *col=new TSViewCol(new TDialog(TRect(1,1,1,1),Title)); Index: edprint.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/edprint.cc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** edprint.cc 3 Dec 2003 14:19:54 -0000 1.11 --- edprint.cc 25 Feb 2009 16:11:31 -0000 1.12 *************** *** 70,75 **** static char Output[sizeNames+1]; static char *FileName; ! static char *PiePagina=__("Page: %d Lines: %d to %d Date: %s Time: %s%s"); ! static char *Cabecera=__("* Source: %s * Title: %s * Author: %s\n\n"); typedef struct --- 70,75 ---- static char Output[sizeNames+1]; static char *FileName; ! static const char *PiePagina=__("Page: %d Lines: %d to %d Date: %s Time: %s%s"); ! static const char *Cabecera=__("* Source: %s * Title: %s * Author: %s\n\n"); typedef struct *************** *** 81,89 **** typedef struct { ! char *inic; ! char *an_cab; ! char *de_cab; ! char *an_pie; ! char *de_pie; } PrnDef; --- 81,89 ---- typedef struct { ! const char *inic; ! const char *an_cab; ! const char *de_cab; ! const char *an_pie; ! const char *de_pie; } PrnDef; *************** *** 104,108 **** static ! void FillComm(PrnComm &s, char *c) { strcpy((char *)s.comm,c); --- 104,108 ---- static ! void FillComm(PrnComm &s, const char *c) { strcpy((char *)s.comm,c); *************** *** 579,583 **** static ! void ExpandComm(char *dest, char *s) { char buf[8]; --- 579,583 ---- static ! void ExpandComm(char *dest, const char *s) { char buf[8]; Index: edprj.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/edprj.cc,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** edprj.cc 5 Nov 2007 17:10:11 -0000 1.58 --- edprj.cc 25 Feb 2009 16:11:31 -0000 1.59 *************** *** 629,633 **** } ! static char *Signature="Editor project file\x1A"; void TDskWinPrj::write( opstream& os ) --- 629,633 ---- } ! static const char *Signature="Editor project file\x1A"; void TDskWinPrj::write( opstream& os ) Index: getctxhl.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/getctxhl.cc,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** getctxhl.cc 8 Sep 2004 20:19:46 -0000 1.22 --- getctxhl.cc 25 Feb 2009 16:11:31 -0000 1.23 *************** *** 28,36 **** { int context; ! char *file; ! char *node; } helpNode; ! static char *EditorFile="setedit"; #define He(a) { cme##a, EditorFile, #a } --- 28,36 ---- { int context; ! const char *file; ! const char *node; } helpNode; ! static const char *EditorFile="setedit"; #define He(a) { cme##a, EditorFile, #a } *************** *** 254,258 **** } ! void TSetEditorApp::ShowHelpTopic(char *file, char *node) { TView *v=TProgram::deskTop->current; --- 254,258 ---- } ! void TSetEditorApp::ShowHelpTopic(const char *file, const char *node) { TView *v=TProgram::deskTop->current; *************** *** 270,274 **** // That's just a wrapper to avoid including a lot of things in other modules ! void ShowHelpTopic(char *file, char *node) { editorApp->ShowHelpTopic(file,node); --- 270,274 ---- // That's just a wrapper to avoid including a lot of things in other modules ! void ShowHelpTopic(const char *file, const char *node) { editorApp->ShowHelpTopic(file,node); Index: menuload.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/menuload.cc,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** menuload.cc 10 Aug 2004 19:56:46 -0000 1.18 --- menuload.cc 25 Feb 2009 16:11:31 -0000 1.19 *************** *** 108,115 **** char start; char escape; ! char *sIf,*sElse,*sEnd; ! char *sDefined,*sIfDef,*sIfNDef; ! char *sAnd,*sOr,sNot; ! char *sDefine, *sUndef; int depth; char stack[maxDepth]; --- 108,115 ---- char start; char escape; ! const char *sIf,*sElse,*sEnd; ! const char *sDefined,*sIfDef,*sIfNDef; ! const char *sAnd,*sOr,sNot; ! const char *sDefine, *sUndef; int depth; char stack[maxDepth]; Index: runprog.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/runprog.cc,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** runprog.cc 2 Oct 2008 15:04:26 -0000 1.35 --- runprog.cc 25 Feb 2009 16:11:31 -0000 1.36 *************** *** 757,761 **** ***************************************************************************/ ! void RunExternalProgram(char *Program, unsigned flags, char *compiler) { // If for some reason we still running a command don't run another --- 757,761 ---- ***************************************************************************/ ! void RunExternalProgram(char *Program, unsigned flags, const char *compiler) { // If for some reason we still running a command don't run another Index: scresave.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/scresave.cc,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** scresave.cc 18 Aug 2004 14:14:48 -0000 1.17 --- scresave.cc 25 Feb 2009 16:11:31 -0000 1.18 *************** *** 738,742 **** /************************** Text Stars saver *****************************/ ! static char *cCartel1=__("Press a key to continue"); static char s1[2]="ú"; --- 738,742 ---- /************************** Text Stars saver *****************************/ ! static const char *cCartel1=__("Press a key to continue"); static char s1[2]="ú"; *************** *** 1120,1124 **** static ! char *GetScrSaverOut(char *name, char *option) { int type; --- 1120,1124 ---- static ! char *GetScrSaverOut(char *name, const char *option) { int type; |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:40
|
Update of /cvsroot/setedit/setedit/mp3/mpegsound In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/mp3/mpegsound Modified Files: fileplayer.cc mpegsound.h mpegtoraw.cc mpegwtoraw.cc rawplayer.cc rawtofile.cc rawtowav.cc Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: fileplayer.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mp3/mpegsound/fileplayer.cc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fileplayer.cc 11 Sep 2001 13:59:31 -0000 1.1.1.1 --- fileplayer.cc 25 Feb 2009 16:11:31 -0000 1.2 *************** *** 41,45 **** } ! bool Wavefileplayer::openfile(char *filename,char *device) { // Player --- 41,45 ---- } ! bool Wavefileplayer::openfile(char *filename,const char *device) { // Player *************** *** 117,121 **** } ! bool Mpegfileplayer::openfile(char *filename,char *device) { // Player --- 117,121 ---- } ! bool Mpegfileplayer::openfile(char *filename,const char *device) { // Player *************** *** 205,209 **** void Mpegfileplayer::showverbose(int verbose) { ! static char *modestring[4]={"stereo","joint stereo","dual channel","mono"}; fprintf(stderr,"Verbose: MPEG-%d Layer %d, %s,\n\t%dHz%s, %dkbit/s, ", --- 205,209 ---- void Mpegfileplayer::showverbose(int verbose) { ! static const char *modestring[4]={"stereo","joint stereo","dual channel","mono"}; fprintf(stderr,"Verbose: MPEG-%d Layer %d, %s,\n\t%dHz%s, %dkbit/s, ", Index: mpegsound.h =================================================================== RCS file: /cvsroot/setedit/setedit/mp3/mpegsound/mpegsound.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mpegsound.h 14 May 2002 14:40:12 -0000 1.3 --- mpegsound.h 25 Feb 2009 16:11:31 -0000 1.4 *************** *** 270,274 **** virtual ~Soundplayer(); ! virtual bool initialize(char *filename) =0; virtual void abort(void); virtual int getprocessed(void); --- 270,274 ---- virtual ~Soundplayer(); ! virtual bool initialize(const char *filename) =0; virtual void abort(void); virtual int getprocessed(void); *************** *** 296,300 **** ~Rawtofile(); ! bool initialize(char *filename); bool setsoundtype(int stereo,int samplesize,int speed); bool putblock(void *buffer,int size); --- 296,300 ---- ~Rawtofile(); ! bool initialize(const char *filename); bool setsoundtype(int stereo,int samplesize,int speed); bool putblock(void *buffer,int size); *************** *** 310,314 **** ~Rawtowav(); ! bool initialize(char *filename); bool setsoundtype(int stereo,int samplesize,int speed); bool putblock(void *buffer,int size); --- 310,314 ---- ~Rawtowav(); ! bool initialize(const char *filename); bool setsoundtype(int stereo,int samplesize,int speed); bool putblock(void *buffer,int size); *************** *** 325,329 **** ~Rawplayer(); ! bool initialize(char *filename); void abort(void); int getprocessed(void); --- 325,329 ---- ~Rawplayer(); ! bool initialize(const char *filename); void abort(void); int getprocessed(void); *************** *** 340,344 **** bool roomformore(unsigned size); ! static char *defaultdevice; static int setvolume(int volume); --- 340,344 ---- bool roomformore(unsigned size); ! static const char *defaultdevice; static int setvolume(int volume); *************** *** 544,548 **** Mpegtoraw(Soundinputstream *loader,Soundplayer *player); virtual ~Mpegtoraw(); ! virtual void initialize(char *filename, bool avoidID3=false); bool run(int frames); bool startplay(void) { return run(-1); }; --- 544,548 ---- Mpegtoraw(Soundinputstream *loader,Soundplayer *player); virtual ~Mpegtoraw(); ! virtual void initialize(const char *filename, bool avoidID3=false); bool run(int frames); bool startplay(void) { return run(-1); }; *************** *** 707,711 **** Mpegwavtoraw(Soundinputstream *aLoader,Soundplayer *aPlayer) : Mpegtoraw(aLoader,aPlayer) {}; ! void initialize(char *filename, bool avoidID3=false); }; // Used to check if this class is suitable --- 707,711 ---- Mpegwavtoraw(Soundinputstream *aLoader,Soundplayer *aPlayer) : Mpegtoraw(aLoader,aPlayer) {}; ! void initialize(const char *filename, bool avoidID3=false); }; // Used to check if this class is suitable *************** *** 744,748 **** ~Wavefileplayer(); ! bool openfile(char *filename,char *device); void setforcetomono(bool flag); bool playing(int verbose); --- 744,748 ---- ~Wavefileplayer(); ! bool openfile(char *filename, const char *device); void setforcetomono(bool flag); bool playing(int verbose); *************** *** 761,765 **** ~Mpegfileplayer(); ! bool openfile(char *filename,char *device); void setforcetomono(bool flag); void setdownfrequency(int value); --- 761,765 ---- ~Mpegfileplayer(); ! bool openfile(char *filename,const char *device); void setforcetomono(bool flag); void setdownfrequency(int value); Index: mpegtoraw.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mp3/mpegsound/mpegtoraw.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mpegtoraw.cc 28 Jun 2004 17:57:49 -0000 1.4 --- mpegtoraw.cc 25 Feb 2009 16:11:31 -0000 1.5 *************** *** 250,256 **** } ! inline void stripfilename(char *dtr,char *str,int max) { ! char *ss; int p=0,s=0; --- 250,256 ---- } ! inline void stripfilename(char *dtr,const char *str,int max) { ! const char *ss; int p=0,s=0; *************** *** 335,339 **** // Convert mpeg to raw // Mpeg headder class ! void Mpegtoraw::initialize(char *filename, bool avoidID3) { static bool initialized=false; --- 335,339 ---- // Convert mpeg to raw // Mpeg headder class ! void Mpegtoraw::initialize(const char *filename, bool avoidID3) { static bool initialized=false; Index: mpegwtoraw.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mp3/mpegsound/mpegwtoraw.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mpegwtoraw.cc 28 Jan 2002 15:29:15 -0000 1.3 --- mpegwtoraw.cc 25 Feb 2009 16:11:31 -0000 1.4 *************** *** 6,10 **** static bool CheckForMP3InsideWav(Soundinputstream *f); ! void Mpegwavtoraw::initialize(char *filename, bool avoidID3) { if (loader->getcanseek()) --- 6,10 ---- static bool CheckForMP3InsideWav(Soundinputstream *f); ! void Mpegwavtoraw::initialize(const char *filename, bool avoidID3) { if (loader->getcanseek()) Index: rawplayer.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mp3/mpegsound/rawplayer.cc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** rawplayer.cc 28 Jun 2004 17:57:49 -0000 1.11 --- rawplayer.cc 25 Feb 2009 16:11:31 -0000 1.12 *************** *** 31,35 **** #endif ! char *Rawplayer::defaultdevice="/dev/dsp"; /* Volume */ --- 31,35 ---- #endif ! const char *Rawplayer::defaultdevice="/dev/dsp"; /* Volume */ *************** *** 64,68 **** } ! bool Rawplayer::initialize(char *filename) { int flag; --- 64,68 ---- } ! bool Rawplayer::initialize(const char *filename) { int flag; Index: rawtofile.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mp3/mpegsound/rawtofile.cc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** rawtofile.cc 11 Sep 2001 13:59:34 -0000 1.1.1.1 --- rawtofile.cc 25 Feb 2009 16:11:31 -0000 1.2 *************** *** 21,25 **** } ! bool Rawtofile::initialize(char *filename) { if(filename==NULL)filehandle=1; --- 21,25 ---- } ! bool Rawtofile::initialize(const char *filename) { if(filename==NULL)filehandle=1; Index: rawtowav.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mp3/mpegsound/rawtowav.cc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** rawtowav.cc 11 Sep 2001 13:59:34 -0000 1.1.1.1 --- rawtowav.cc 25 Feb 2009 16:11:31 -0000 1.2 *************** *** 28,32 **** } ! bool Rawtowav::initialize(char *filename) { if(filename==NULL)filehandle=1; --- 28,32 ---- } ! bool Rawtowav::initialize(const char *filename) { if(filename==NULL)filehandle=1; |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:40
|
Update of /cvsroot/setedit/setedit/doc In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/doc Modified Files: rhidemac.txi rhidemac.txt Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: rhidemac.txi =================================================================== RCS file: /cvsroot/setedit/setedit/doc/rhidemac.txi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** rhidemac.txi 11 Aug 2004 16:30:07 -0000 1.3 --- rhidemac.txi 25 Feb 2009 16:11:31 -0000 1.4 *************** *** 99,103 **** @macro quest{stuff} ! @quote-arg @emph{@strong{Question}: \stuff\} @end macro --- 99,103 ---- @macro quest{stuff} ! @c @quote-arg @emph{@strong{Question}: \stuff\} @end macro Index: rhidemac.txt =================================================================== RCS file: /cvsroot/setedit/setedit/doc/rhidemac.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rhidemac.txt 5 Aug 2004 19:26:28 -0000 1.2 --- rhidemac.txt 25 Feb 2009 16:11:31 -0000 1.3 *************** *** 90,94 **** @macro quest{stuff} ! @quote-arg @emph{@strong{Question}: \stuff\} @end macro --- 90,94 ---- @macro quest{stuff} ! @c @quote-arg @emph{@strong{Question}: \stuff\} @end macro *************** *** 113,117 **** @macro footnote{stuff} ! @quote-arg (\stuff\) @end macro --- 113,117 ---- @macro footnote{stuff} ! @c @quote-arg (\stuff\) @end macro |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:40
|
Update of /cvsroot/setedit/setedit/infview/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/infview/include Modified Files: inf.h infbase.h Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: inf.h =================================================================== RCS file: /cvsroot/setedit/setedit/infview/include/inf.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** inf.h 21 Sep 2006 13:14:32 -0000 1.10 --- inf.h 25 Feb 2009 16:11:31 -0000 1.11 *************** *** 173,178 **** public: ! TInfViewer( const TRect&, TScrollBar*, TScrollBar*, TInfFile*, char *, ! char *match ); ~TInfViewer(); --- 173,178 ---- public: ! TInfViewer(const TRect&, TScrollBar*, TScrollBar*, TInfFile*, const char *, ! char *match); ~TInfViewer(); *************** *** 200,206 **** void gotoInteractive(); ! void switchToTopic( char *, TPoint ); ! void switchToTopic( char * ); ! void switchToTopic( stHisto *h ); int jumpXRefPartial(char *name, unsigned opts=0); --- 200,206 ---- void gotoInteractive(); ! void switchToTopic(const char *, TPoint); ! void switchToTopic(const char *); ! void switchToTopic(stHisto *h); int jumpXRefPartial(char *name, unsigned opts=0); *************** *** 211,215 **** // Search stuff void find(); ! void findInTopic(char *s); void makeSearch(int beVerbose=1); int searchInCurrentTopic(int Linea,int Col,int largo); --- 211,215 ---- // Search stuff void find(); ! void findInTopic(const char *s); void makeSearch(int beVerbose=1); int searchInCurrentTopic(int Linea,int Col,int largo); *************** *** 256,260 **** THisCollection *History; int HistPoint; ! void AddToHistory(char *); char *TakeFromHistory(TPoint& Pos); void SetTitle(char *File, char *Node); --- 256,260 ---- THisCollection *History; int HistPoint; ! void AddToHistory(const char *); char *TakeFromHistory(TPoint& Pos); void SetTitle(char *File, char *Node); *************** *** 306,310 **** public: ! TInfWindow( TInfFile*, char *context, char *match=0, void (*ir)(char *b, long l)=NULL, Boolean IsTheOne=False ); --- 306,310 ---- public: ! TInfWindow( TInfFile*, const char *context, char *match=0, void (*ir)(char *b, long l)=NULL, Boolean IsTheOne=False ); Index: infbase.h =================================================================== RCS file: /cvsroot/setedit/setedit/infview/include/infbase.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** infbase.h 8 Apr 2002 14:11:54 -0000 1.4 --- infbase.h 25 Feb 2009 16:11:31 -0000 1.5 *************** *** 187,193 **** public: ! TInfFile( char *s, int Verbose=1 ) { DoAll(s,Verbose); }; virtual ~TInfFile(); ! void DoAll(char *s, int Verbose=0 ); int seekToNode(const char *Name, int fromStart=0); --- 187,193 ---- public: ! TInfFile(const char *s, int Verbose=1) { DoAll(s,Verbose); }; virtual ~TInfFile(); ! void DoAll(const char *s, int Verbose=0 ); int seekToNode(const char *Name, int fromStart=0); *************** *** 214,218 **** // Special I/O for multi-file int fSeek(long Pos); ! FILE *fOpen(char *Nombre); int fClose(FILE *f); long fTell(void); --- 214,218 ---- // Special I/O for multi-file int fSeek(long Pos); ! FILE *fOpen(const char *Nombre); int fClose(FILE *f); long fTell(void); *************** *** 228,232 **** private: ! int ExpandName(char *Buf, char *Nombre, int iExt); }; --- 228,232 ---- private: ! int ExpandName(char *Buf, const char *Nombre, int iExt); }; |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:40
|
Update of /cvsroot/setedit/setedit/settvuti/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/settvuti/include Modified Files: diaghelp.h fileopen.h fiopeaid.h Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: diaghelp.h =================================================================== RCS file: /cvsroot/setedit/setedit/settvuti/include/diaghelp.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** diaghelp.h 27 Aug 2004 18:26:59 -0000 1.3 --- diaghelp.h 25 Feb 2009 16:11:31 -0000 1.4 *************** *** 4,9 **** ushort execDialogNoDestroy(TDialog *d, void *data, char &lSet); void AddOKCancel(TDialog *d); ! ushort messageBoxDSA(const char *msg, ushort aOptions, char *var, ushort defComm); ! ushort messageBoxDSA(const char *msg, ushort aOptions, char *var, unsigned mask, ushort defComm); int GetDeskTopCols(); --- 4,9 ---- ushort execDialogNoDestroy(TDialog *d, void *data, char &lSet); void AddOKCancel(TDialog *d); ! ushort messageBoxDSA(const char *msg, ushort aOptions, const char *var, ushort defComm); ! ushort messageBoxDSA(const char *msg, ushort aOptions, const char *var, unsigned mask, ushort defComm); int GetDeskTopCols(); Index: fileopen.h =================================================================== RCS file: /cvsroot/setedit/setedit/settvuti/include/fileopen.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** fileopen.h 18 Aug 2004 20:31:12 -0000 1.7 --- fileopen.h 25 Feb 2009 16:11:31 -0000 1.8 *************** *** 3,7 **** #ifndef FILEOPEN_H_INCLUDED #define FILEOPEN_H_INCLUDED ! extern int GenericFileDialog(const char *title, char *file, char *mask, int histID, int buttons, char *dir, unsigned flags, int ctx, TRect &r); --- 3,7 ---- #ifndef FILEOPEN_H_INCLUDED #define FILEOPEN_H_INCLUDED ! extern int GenericFileDialog(const char *title, char *file, const char *mask, int histID, int buttons, char *dir, unsigned flags, int ctx, TRect &r); Index: fiopeaid.h =================================================================== RCS file: /cvsroot/setedit/setedit/settvuti/include/fiopeaid.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fiopeaid.h 10 Aug 2004 19:56:47 -0000 1.4 --- fiopeaid.h 25 Feb 2009 16:11:31 -0000 1.5 *************** *** 16,20 **** AsoID *GetFileIDDirBuffer(int id); void SetFileIDDirValue(int id, char *dir, char *mask=0); ! int GenericFileDialog(const char *title, char *file, char *mask, int id, unsigned flags=0); void LoadFileIDDirs(fpstream &s, Boolean isLocal); void SaveFileIDDirs(fpstream &s); --- 16,20 ---- AsoID *GetFileIDDirBuffer(int id); void SetFileIDDirValue(int id, char *dir, char *mask=0); ! int GenericFileDialog(const char *title, char *file, const char *mask, int id, unsigned flags=0); void LoadFileIDDirs(fpstream &s, Boolean isLocal); void SaveFileIDDirs(fpstream &s); |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:39
|
Update of /cvsroot/setedit/setedit/mainsrc In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/mainsrc Modified Files: loadshl.cc ceditor.cc accehtml.cc edconst.cc edspecs.cc keytrans.cc loadusew.cc pathtool.cc pclipper.cc pmacros.cc sdginter.cc ssyntax.cc Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: loadshl.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/loadshl.cc,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** loadshl.cc 10 Jan 2008 13:49:40 -0000 1.22 --- loadshl.cc 25 Feb 2009 16:11:31 -0000 1.23 *************** *** 105,111 **** for (i=0; i<len; i++) s[i]=TVCodePage::toUpper(s[i]); ! Table[TVCodePage::toLower(*s)]|=flag; } ! Table[*s]|=flag; } } --- 105,111 ---- for (i=0; i<len; i++) s[i]=TVCodePage::toUpper(s[i]); ! Table[(uchar)TVCodePage::toLower(*s)]|=flag; } ! Table[(uchar)*s]|=flag; } } *************** *** 341,345 **** nLine++; } ! while (len!=-1 && *b=='#' || ucisspace(*b)); if (strncasecmp(b,"NameMatch",9)==0) --- 341,345 ---- nLine++; } ! while (len!=-1 && (*b=='#' || ucisspace(*b))); if (strncasecmp(b,"NameMatch",9)==0) *************** *** 1277,1281 **** } ! char *SHLNameOf(unsigned number) { if (number<(unsigned)TCEditor::SHLCant) --- 1277,1281 ---- } ! const char *SHLNameOf(unsigned number) { if (number<(unsigned)TCEditor::SHLCant) Index: ceditor.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/ceditor.cc,v retrieving revision 1.165 retrieving revision 1.166 diff -C2 -d -r1.165 -r1.166 *** ceditor.cc 31 Oct 2007 16:25:05 -0000 1.165 --- ceditor.cc 25 Feb 2009 16:11:31 -0000 1.166 *************** *** 186,190 **** ***************************************************************************/ ! int InitTCEditor(char *s,Boolean force) { int ret=0; --- 186,190 ---- ***************************************************************************/ ! int InitTCEditor(const char *s,Boolean force) { int ret=0; *************** *** 7485,7489 **** ****************************************************************************/ ! static BufPlusLen *CreateBufPlusLen(char *s,unsigned l) { BufPlusLen *p; --- 7485,7489 ---- ****************************************************************************/ ! static BufPlusLen *CreateBufPlusLen(const char *s,unsigned l) { BufPlusLen *p; *************** *** 7515,7519 **** ! static void FillGapInBuffer(int X1, int X2, char *s, int tabSize, Boolean OptimalFill) { int x; --- 7515,7520 ---- ! static ! void FillGapInBuffer(int X1, int X2, char *s, int tabSize, Boolean OptimalFill) { int x; *************** *** 7610,7614 **** ****************************************************************************/ ! Boolean TCEditor::insertBuffer(char *p, uint32 offset, uint32 length, Boolean allowUndo, Boolean selectText, Boolean moveToEnd) --- 7611,7615 ---- ****************************************************************************/ ! Boolean TCEditor::insertBuffer(const char *p, uint32 offset, uint32 length, Boolean allowUndo, Boolean selectText, Boolean moveToEnd) *************** *** 7810,7813 **** --- 7811,7815 ---- if (moveToEnd || !staticNoMoveToEndPaste) { + const char *s; for (s=p,i=0,x=curPos.y,inFirstLine=1,chars=0; (unsigned)i<length; i++,s++,chars++) { *************** *** 7845,7848 **** --- 7847,7851 ---- else { + const char *s; for (s=p,i=0,x=curPos.y,inFirstLine=1,chars=0; (unsigned)i<length; i++,s++,chars++) { *************** *** 7879,7882 **** --- 7882,7886 ---- // There are characters added to the last line? if (chars) + { if (inFirstLine) {// Only a little text inside the line *************** *** 7885,7888 **** --- 7889,7893 ---- else lenLines.set(x,lenLines[x]+chars-1); + } // If needed adjust the SpecialLines array *************** *** 12013,12017 **** ****************************************************************************/ ! void TCEditor::IndentBlock(char *Fill, Boolean allowUndo) { if (isReadOnly) return; --- 12018,12022 ---- ****************************************************************************/ ! void TCEditor::IndentBlock(const char *Fill, Boolean allowUndo) { if (isReadOnly) return; *************** *** 12061,12067 **** else Amount=NextTabPos(Xact)-Xact; ! Fill=(char *)alloca(Amount+1); ! memset(Fill,' ',Amount); ! Fill[Amount]=0; } --- 12066,12073 ---- else Amount=NextTabPos(Xact)-Xact; ! char *aux=(char *)alloca(Amount+1); ! memset(aux,' ',Amount); ! aux[Amount]=0; ! Fill=aux; } *************** *** 12091,12095 **** { addToUndo(undoPre2IndBlock,&Amount); ! addToUndo(undoIndBlock,Fill); } --- 12097,12101 ---- { addToUndo(undoPre2IndBlock,&Amount); ! addToUndo(undoIndBlock,(void *)Fill); } Index: accehtml.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/accehtml.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** accehtml.cc 16 Apr 2003 20:29:43 -0000 1.3 --- accehtml.cc 25 Feb 2009 16:11:31 -0000 1.4 *************** *** 60,64 **** *****************************************************************************/ ! static char *Remap[]= { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 0..15 --- 60,64 ---- *****************************************************************************/ ! static const char *Remap[]= { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, // 0..15 *************** *** 215,219 **** uchar *s=(uchar *)e->buffer; ! char *repl; unsigned len=e->bufLen,pos=0,value,index; char buf[12]; --- 215,219 ---- uchar *s=(uchar *)e->buffer; ! const char *repl; unsigned len=e->bufLen,pos=0,value,index; char buf[12]; Index: edconst.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/edconst.cc,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** edconst.cc 30 May 2007 13:08:48 -0000 1.58 --- edconst.cc 25 Feb 2009 16:11:31 -0000 1.59 *************** *** 21,25 **** typedef struct { ! char *name; unsigned command; } edCList; --- 21,25 ---- typedef struct { ! const char *name; unsigned command; } edCList; *************** *** 481,485 **** } ! char *TranslateEdCommand(unsigned cmc_Com) { int i; --- 481,485 ---- } ! const char *TranslateEdCommand(unsigned cmc_Com) { int i; *************** *** 500,504 **** int i; for (i=0; i<NumCommands; i++) ! p->insert(List[i].name); return p; } --- 500,504 ---- int i; for (i=0; i<NumCommands; i++) ! p->insert((void *)List[i].name); return p; } Index: edspecs.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/edspecs.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** edspecs.cc 6 Sep 2004 16:25:32 -0000 1.8 --- edspecs.cc 25 Feb 2009 16:11:31 -0000 1.9 *************** *** 19,23 **** #endif ! static char *default_variables[]= { "SET_CONFQUIT","0", --- 19,23 ---- #endif ! static const char *default_variables[]= { "SET_CONFQUIT","0", *************** *** 163,167 **** static ! void fPutVar(char *var,FILE *f) { char *c=(char *)GetVariable(var); --- 163,167 ---- static ! void fPutVar(const char *var, FILE *f) { char *c=(char *)GetVariable(var); *************** *** 207,211 **** void InitEnvirVariables(void) { ! char *variable,*contents; int i=0; // The lower priority is the one of the hardcoded --- 207,211 ---- void InitEnvirVariables(void) { ! const char *variable,*contents; int i=0; // The lower priority is the one of the hardcoded Index: keytrans.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/keytrans.cc,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** keytrans.cc 30 May 2007 13:08:48 -0000 1.23 --- keytrans.cc 25 Feb 2009 16:11:31 -0000 1.24 *************** *** 246,250 **** for (i=0; i<se->cant; i++) { ! char *p=TranslateEdCommand(se->commands[i]); if (p) { --- 246,250 ---- for (i=0; i<se->cant; i++) { ! const char *p=TranslateEdCommand(se->commands[i]); if (p) { *************** *** 596,600 **** *b=0; ! char *s=TranslateEdCommand((unsigned long)(at(item))); if (s) { --- 596,600 ---- *b=0; ! const char *s=TranslateEdCommand((unsigned long)(at(item))); if (s) { Index: loadusew.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/loadusew.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** loadusew.cc 2 May 2005 16:35:43 -0000 1.7 --- loadusew.cc 25 Feb 2009 16:11:31 -0000 1.8 *************** *** 61,65 **** if (!f) return; ! char *name=SHLNameOf(id); char line[maxUserWordLen]; int state=stateLookingName; --- 61,65 ---- if (!f) return; ! const char *name=SHLNameOf(id); char line[maxUserWordLen]; int state=stateLookingName; Index: pathtool.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/pathtool.cc,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** pathtool.cc 16 Dec 2005 19:52:10 -0000 1.26 --- pathtool.cc 25 Feb 2009 16:11:31 -0000 1.27 *************** *** 68,72 **** } ! char *GetHome(void) { char *s=getenv("HOME"); --- 68,72 ---- } ! const char *GetHome(void) { char *s=getenv("HOME"); *************** *** 90,94 **** { static int HiddenDirFailed=0; ! char *h=GetHome(); if (!HiddenDirFailed) {// Check ~/.setedit/ --- 90,94 ---- { static int HiddenDirFailed=0; ! const char *h=GetHome(); if (!HiddenDirFailed) {// Check ~/.setedit/ *************** *** 378,382 **** ***************************************************************************/ ! char *AddToNameOfFile(char *fname, char *add) { #ifdef SEOS_DOS --- 378,382 ---- ***************************************************************************/ ! char *AddToNameOfFile(char *fname, const char *add) { #ifdef SEOS_DOS *************** *** 412,416 **** } ! int DeleteWildcard(char *mask) { int deleted=0; --- 412,416 ---- } ! int DeleteWildcard(const char *mask) { int deleted=0; *************** *** 435,439 **** ! char *GetPathRelativeToRunPoint(char *dest, const char *binReplace, char *file) { char *ret; --- 435,439 ---- ! char *GetPathRelativeToRunPoint(char *dest, const char *binReplace, const char *file) { char *ret; *************** *** 606,610 **** void CheckForValidTMPDIR() { ! char *tmp=getenv("TMPDIR"); // If the variable is defined && is a directory all is ok --- 606,610 ---- void CheckForValidTMPDIR() { ! const char *tmp=getenv("TMPDIR"); // If the variable is defined && is a directory all is ok Index: pclipper.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/pclipper.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pclipper.cc 28 Apr 2005 15:55:59 -0000 1.3 --- pclipper.cc 25 Feb 2009 16:11:31 -0000 1.4 *************** *** 179,183 **** static ! int CheckStr(char *word, char *toCheck) { int l=0; --- 179,183 ---- static ! int CheckStr(const char *word, char *toCheck) { int l=0; Index: pmacros.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/pmacros.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pmacros.cc 28 Apr 2005 20:31:55 -0000 1.8 --- pmacros.cc 25 Feb 2009 16:11:31 -0000 1.9 *************** *** 142,149 **** { FILE *f; ! char buf[256]; ! char *sep="\"",*s; int Trs=0,partial,loaded; ! unsigned l,start,end,total=0; unsigned mode,bit; PMacroStr *nDef; --- 142,149 ---- { FILE *f; ! char buf[256],*s; ! const char *sep="\""; int Trs=0,partial,loaded; ! unsigned l,start=0,end=0,total=0; unsigned mode,bit; PMacroStr *nDef; Index: sdginter.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/sdginter.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** sdginter.cc 13 Aug 2004 18:10:23 -0000 1.7 --- sdginter.cc 25 Feb 2009 16:11:31 -0000 1.8 *************** *** 51,55 **** static TSDGDiagRec SDGOps = {"html.frt","Generated.txh","out","",1}; ! static void PrintMessage(char *s) { //messageBox(s, mfOKButton | mfError); --- 51,55 ---- static TSDGDiagRec SDGOps = {"html.frt","Generated.txh","out","",1}; ! static void PrintMessage(const char *s) { //messageBox(s, mfOKButton | mfError); Index: ssyntax.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/ssyntax.cc,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ssyntax.cc 27 Apr 2007 13:04:18 -0000 1.13 --- ssyntax.cc 25 Feb 2009 16:11:31 -0000 1.14 *************** *** 109,113 **** TStringCollection(aLimit,aDelta) { }; void insert(entryInfo *entry); ! void insertCopy(char *file, char *node, int ok=fileDontKnow, TStringCollection *it=0); char Solve(entryInfo *entry); virtual int compare(void *key1, void *key2); --- 109,114 ---- TStringCollection(aLimit,aDelta) { }; void insert(entryInfo *entry); ! void insertCopy(const char *file, const char *node, int ok=fileDontKnow, ! TStringCollection *it=0); char Solve(entryInfo *entry); virtual int compare(void *key1, void *key2); *************** *** 128,132 **** } ! void TFileEntryCollection::insertCopy(char *file, char *node, int ok, TStringCollection *it) { --- 129,133 ---- } ! void TFileEntryCollection::insertCopy(const char *file, const char *node, int ok, TStringCollection *it) { |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:39
|
Update of /cvsroot/setedit/setedit/librhuti In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/librhuti Modified Files: io.cc rhutils.h Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: io.cc =================================================================== RCS file: /cvsroot/setedit/setedit/librhuti/io.cc,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** io.cc 16 Dec 2005 19:52:10 -0000 1.10 --- io.cc 25 Feb 2009 16:11:31 -0000 1.11 *************** *** 23,27 **** /* returns a malloced unique tempname in $TMPDIR */ ! char *unique_name(char *before, char *retval) { char *name; --- 23,27 ---- /* returns a malloced unique tempname in $TMPDIR */ ! char *unique_name(const char *before, char *retval) { char *name; *************** *** 33,37 **** /* returns a malloced unique tempname in $TMPDIR */ ! FILE *unique_name_f(char *&retname, char *before, char *retval) { char *name; --- 33,37 ---- /* returns a malloced unique tempname in $TMPDIR */ ! FILE *unique_name_f(char *&retname, const char *before, char *retval) { char *name; *************** *** 46,58 **** /* returns a malloced unique tempname in $TMPDIR */ ! int unique_name(int remove, char *&retname, char *before, char *retval) { ! char *name,*tmp = getenv("TMPDIR"); // SET: The next 2 fallbacks aren't usually needed because RHIDE and SETEdit // defines TMPDIR. SAA added them and I keep it because they make more // robust the code if anybody uses the library in another project. ! if (!tmp) tmp = getenv("TEMP"); ! if (!tmp) tmp = getenv("TMP"); ! if (!tmp) tmp = "."; int l=strlen(tmp); if (retval) --- 46,59 ---- /* returns a malloced unique tempname in $TMPDIR */ ! int unique_name(int remove, char *&retname, const char *before, char *retval) { ! char *name; ! const char *tmp=getenv("TMPDIR"); // SET: The next 2 fallbacks aren't usually needed because RHIDE and SETEdit // defines TMPDIR. SAA added them and I keep it because they make more // robust the code if anybody uses the library in another project. ! if (!tmp) tmp=getenv("TEMP"); ! if (!tmp) tmp=getenv("TMP"); ! if (!tmp) tmp="."; int l=strlen(tmp); if (retval) Index: rhutils.h =================================================================== RCS file: /cvsroot/setedit/setedit/librhuti/rhutils.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** rhutils.h 16 Dec 2005 19:52:10 -0000 1.7 --- rhutils.h 25 Feb 2009 16:11:31 -0000 1.8 *************** *** 182,190 **** creates the file to make sure that it is really unique. That means the application is responsible for deleting this file */ ! char *unique_name(char *before,char *retval=NULL); /* Returns the file already opened and unlinked for UNIX */ ! FILE *unique_name_f(char *&retname, char *before, char *retval=NULL); /* The base for the above functions */ ! int unique_name(int remove, char *&retname, char *before, char *retval=NULL); /* This functions makes ret_path relative to ref_path --- 182,190 ---- creates the file to make sure that it is really unique. That means the application is responsible for deleting this file */ ! char *unique_name(const char *before,char *retval=NULL); /* Returns the file already opened and unlinked for UNIX */ ! FILE *unique_name_f(char *&retname, const char *before, char *retval=NULL); /* The base for the above functions */ ! int unique_name(int remove, char *&retname, const char *before, char *retval=NULL); /* This functions makes ret_path relative to ref_path |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:39
|
Update of /cvsroot/setedit/setedit/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/include Modified Files: ced_clas.h ced_coma.h loadshl.h pathtool.h runprog.h Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: ced_clas.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/ced_clas.h,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** ced_clas.h 30 May 2007 13:08:48 -0000 1.47 --- ced_clas.h 25 Feb 2009 16:11:31 -0000 1.48 *************** *** 145,149 **** virtual void initBuffer(); ! Boolean insertBuffer( char *, unsigned, unsigned, Boolean, Boolean, Boolean moveToEnd=True ); virtual Boolean insertFrom( TCEditor * ); Boolean insertText( const void *, unsigned, Boolean ); --- 145,149 ---- virtual void initBuffer(); ! Boolean insertBuffer(const char *, unsigned, unsigned, Boolean, Boolean, Boolean moveToEnd=True ); virtual Boolean insertFrom( TCEditor * ); Boolean insertText( const void *, unsigned, Boolean ); *************** *** 390,394 **** void JumpEndOfText(); void ResetCursorPosition(void); ! void IndentBlock(char *Fill, Boolean allowUndo=True); void UnIndentBlock(unsigned Amount, Boolean allowUndo=True); void ArbitraryIndent(); --- 390,394 ---- void JumpEndOfText(); void ResetCursorPosition(void); ! void IndentBlock(const char *Fill, Boolean allowUndo=True); void UnIndentBlock(unsigned Amount, Boolean allowUndo=True); void ArbitraryIndent(); Index: ced_coma.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/ced_coma.h,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** ced_coma.h 30 May 2007 13:08:48 -0000 1.17 --- ced_coma.h 25 Feb 2009 16:11:31 -0000 1.18 *************** *** 358,362 **** extern int SearchSimpleCommand(char *name); extern int SearchHelpCtxCommand(char *name); ! extern char *TranslateEdCommand(unsigned cmc_Com); class TNoCaseNoOwnerStringCollection; extern TNoCaseNoOwnerStringCollection *CreateEdCommandCol(void); --- 358,362 ---- extern int SearchSimpleCommand(char *name); extern int SearchHelpCtxCommand(char *name); ! extern const char *TranslateEdCommand(unsigned cmc_Com); class TNoCaseNoOwnerStringCollection; extern TNoCaseNoOwnerStringCollection *CreateEdCommandCol(void); Index: loadshl.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/loadshl.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** loadshl.h 20 Apr 2005 19:21:45 -0000 1.4 --- loadshl.h 25 Feb 2009 16:11:31 -0000 1.5 *************** *** 28,32 **** extern int LoadSyntaxHighLightKeywords(strSHL &hl); extern void UnLoadSyntaxHighLightFile(strSHL *&hl, TStringCollection *list,int &Cant); ! extern char *SHLNameOf(unsigned number); extern int SHLNumberOf(char *name); class TCEditor; --- 28,32 ---- extern int LoadSyntaxHighLightKeywords(strSHL &hl); extern void UnLoadSyntaxHighLightFile(strSHL *&hl, TStringCollection *list,int &Cant); ! extern const char *SHLNameOf(unsigned number); extern int SHLNumberOf(char *name); class TCEditor; Index: pathtool.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/pathtool.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pathtool.h 2 Aug 2004 12:50:46 -0000 1.6 --- pathtool.h 25 Feb 2009 16:11:31 -0000 1.7 *************** *** 12,18 **** char *ReplaceExtension(char *name, const char *ext, const char *old); char *ReplaceExtension(char *name, const char *ext); ! char *AddToNameOfFile(char *fname, char *add); ! int DeleteWildcard(char *mask); ! char *GetPathRelativeToRunPoint(char *dest, const char *binReplace, char *file); void SetReferencePath(char *orig); char *RedirectStdErrToATemp(int &StdErrOri,int &StdErrNew); --- 12,18 ---- char *ReplaceExtension(char *name, const char *ext, const char *old); char *ReplaceExtension(char *name, const char *ext); ! char *AddToNameOfFile(char *fname, const char *add); ! int DeleteWildcard(const char *mask); ! char *GetPathRelativeToRunPoint(char *dest, const char *binReplace, const char *file); void SetReferencePath(char *orig); char *RedirectStdErrToATemp(int &StdErrOri,int &StdErrNew); Index: runprog.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/runprog.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** runprog.h 2 Aug 2004 12:44:31 -0000 1.5 --- runprog.h 25 Feb 2009 16:11:31 -0000 1.6 *************** *** 8,12 **** char *RunExternalProgramGetFile(int &len); void RunExternalProgram(char *Program=0, unsigned flags=repFlagsFromOps, ! char *compiler=0); void RunExternalProgramKillFile(void); pid_t RunExternalProgramGetChildPid(); --- 8,12 ---- char *RunExternalProgramGetFile(int &len); void RunExternalProgram(char *Program=0, unsigned flags=repFlagsFromOps, ! const char *compiler=0); void RunExternalProgramKillFile(void); pid_t RunExternalProgramGetChildPid(); |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:39
|
Update of /cvsroot/setedit/setedit In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718 Modified Files: change.log Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.775 retrieving revision 1.776 diff -C2 -d -r1.775 -r1.776 *** change.log 24 Feb 2009 18:29:25 -0000 1.775 --- change.log 25 Feb 2009 16:11:31 -0000 1.776 *************** *** 1,7 **** $Log$ Revision 1.775 2009/02/24 18:29:25 set * Added: [Holidays] The german holidays to the binary distro. * Fixed: [Holidays] An extra ) in the last patch. ! . Revision 1.774 2009/02/24 18:18:24 set * Added: The new files to the source distribution list. --- 1,17 ---- $Log$ + Revision 1.776 2009/02/25 16:11:31 set + * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, + seems to be the default in modern versions. + * Modified: New gcc versions are much more strict about the use of string + constants. + * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as + array subscripts + * Fixed: [ceditor.cc] Ambiguous else. + * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. + Revision 1.775 2009/02/24 18:29:25 set * Added: [Holidays] The german holidays to the binary distro. * Fixed: [Holidays] An extra ) in the last patch. ! Revision 1.774 2009/02/24 18:18:24 set * Added: The new files to the source distribution list. |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:39
|
Update of /cvsroot/setedit/setedit/setedit/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/setedit/include Modified Files: dskhelp.h setapp.h Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: dskhelp.h =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/include/dskhelp.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dskhelp.h 13 Aug 2002 13:39:00 -0000 1.3 --- dskhelp.h 25 Feb 2009 16:11:31 -0000 1.4 *************** *** 10,14 **** public: ! TDskWinHelp(char *File, char *Node, Boolean TheOne=False); ~TDskWinHelp(); --- 10,14 ---- public: ! TDskWinHelp(const char *File, const char *Node, Boolean TheOne=False); ~TDskWinHelp(); *************** *** 20,26 **** TInfWindow *window; ! void Goto(char *File, char *Node, char *word=0); ! void Create(char *File, char *Node, Boolean TheOne=False); ! void CreateModal(char *File, char *Node); void MakeVisible(void); --- 20,26 ---- TInfWindow *window; ! void Goto(const char *File, const char *Node, const char *word=0); ! void Create(const char *File, const char *Node, Boolean TheOne=False); ! void CreateModal(const char *File, const char *Node); void MakeVisible(void); Index: setapp.h =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/include/setapp.h,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** setapp.h 2 Oct 2007 15:13:46 -0000 1.66 --- setapp.h 25 Feb 2009 16:11:31 -0000 1.67 *************** *** 402,406 **** void KillClock(); ! void ShowHelpTopic(char *file, char *node); static TDskWinHelp *InfManager; static TEditorCollection *edHelper; --- 402,406 ---- void KillClock(); ! void ShowHelpTopic(const char *file, const char *node); static TDskWinHelp *InfManager; static TEditorCollection *edHelper; *************** *** 530,534 **** extern Boolean focusChanged; extern void CopyHelp2Clip(char *b, long l); ! extern void ShowHelpTopic(char *file, char *node); extern void closeView(TView *p, void *p1); extern int ShowFileLine(int line, int column, char *name); --- 530,534 ---- extern Boolean focusChanged; extern void CopyHelp2Clip(char *b, long l); ! extern void ShowHelpTopic(const char *file, const char *node); extern void closeView(TView *p, void *p1); extern int ShowFileLine(int line, int column, char *name); *************** *** 557,561 **** extern char *GetScrSaverInfo(char *name); extern char *GetScrSaverHelp(char *name); - extern void ShowHelpTopic(char *file, char *node); extern void ShowTips(char *fileName, int forceDialog=0); extern int IsAnEditor(void *p); --- 557,560 ---- |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:39
|
Update of /cvsroot/setedit/setedit/sdg/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/sdg/include Modified Files: mlibase.h mlicsdg.h mlieditd.h mliedito.h mlisdgi.h txhgen.h Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: mlibase.h =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/include/mlibase.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mlibase.h 25 Jun 2004 18:28:11 -0000 1.11 --- mlibase.h 25 Feb 2009 16:11:31 -0000 1.12 *************** *** 24,30 **** static char *SkipCode(char *&code, int &error); TLispVar *Solve(int i); ! virtual char *GetTypeError(); ! virtual char *GetError(); ! char *GetCodeError(); void AddVariable(char *name, TLispVar *Value); int DuplicateVar(TLispVar *&aux,TLispVar *Value); --- 24,30 ---- static char *SkipCode(char *&code, int &error); TLispVar *Solve(int i); ! virtual const char *GetTypeError(); ! virtual const char *GetError(); ! const char *GetCodeError(); void AddVariable(char *name, TLispVar *Value); int DuplicateVar(TLispVar *&aux,TLispVar *Value); *************** *** 43,54 **** FILE *fileOut; ! static char *cNames[MLIBaseCommands]; static Command cComms[MLIBaseCommands]; ! static char *sNames[MLIBaseSymbols]; static Command sComms[MLIBaseSymbols]; ! static char *TypeError[]; ! static char *ParseError[]; ! static char *SyntaxError[]; ! static char *cNamesConst[MLIBaseConstants]; static TLispVar *cConstants[MLIBaseConstants]; char ErrorReported; --- 43,54 ---- FILE *fileOut; ! static const char *cNames[MLIBaseCommands]; static Command cComms[MLIBaseCommands]; ! static const char *sNames[MLIBaseSymbols]; static Command sComms[MLIBaseSymbols]; ! static const char *TypeError[]; ! static const char *ParseError[]; ! static const char *SyntaxError[]; ! static const char *cNamesConst[MLIBaseConstants]; static TLispVar *cConstants[MLIBaseConstants]; char ErrorReported; Index: mlicsdg.h =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/include/mlicsdg.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mlicsdg.h 11 Sep 2001 13:59:42 -0000 1.1.1.1 --- mlicsdg.h 25 Feb 2009 16:11:31 -0000 1.2 *************** *** 15,19 **** private: ! static char *cNames[MLISDGCommands]; static Command cComms[MLISDGCommands]; getVarFunction getVar; --- 15,19 ---- private: ! static const char *cNames[MLISDGCommands]; static Command cComms[MLISDGCommands]; getVarFunction getVar; Index: mlieditd.h =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/include/mlieditd.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mlieditd.h 16 Oct 2003 19:12:46 -0000 1.4 --- mlieditd.h 25 Feb 2009 16:11:31 -0000 1.5 *************** *** 28,33 **** extern int MLIEditorError; ! extern char *MLIEditorTypeError; ! extern char *MLIEditorErrorName; ! extern char *MLIEditorErrorCode; #endif --- 28,33 ---- extern int MLIEditorError; ! extern const char *MLIEditorTypeError; ! extern const char *MLIEditorErrorName; ! extern const char *MLIEditorErrorCode; #endif Index: mliedito.h =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/include/mliedito.h,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mliedito.h 12 Sep 2005 16:39:16 -0000 1.15 --- mliedito.h 25 Feb 2009 16:11:31 -0000 1.16 *************** *** 95,99 **** private: ! static char *cNames[MLIEditorCommands]; static Command cComms[MLIEditorCommands]; // Variables used for the Find & Replace interface --- 95,99 ---- private: ! static const char *cNames[MLIEditorCommands]; static Command cComms[MLIEditorCommands]; // Variables used for the Find & Replace interface Index: mlisdgi.h =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/include/mlisdgi.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mlisdgi.h 11 Sep 2001 13:59:42 -0000 1.1.1.1 --- mlisdgi.h 25 Feb 2009 16:11:31 -0000 1.2 *************** *** 14,19 **** extern int MLISDGError; ! extern char *MLISDGTypeError; ! extern char *MLISDGErrorName; ! extern char *MLISDGErrorCode; #endif --- 14,19 ---- extern int MLISDGError; ! extern const char *MLISDGTypeError; ! extern const char *MLISDGErrorName; ! extern const char *MLISDGErrorCode; #endif Index: txhgen.h =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/include/txhgen.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** txhgen.h 11 Sep 2001 13:59:42 -0000 1.1.1.1 --- txhgen.h 25 Feb 2009 16:11:31 -0000 1.2 *************** *** 3,7 **** typedef char *(*TXHGetNextFileType)(int &l, int &MustBeDeleted, char *FileName); extern TXHGetNextFileType TXHGetNextFile; ! extern void (*TXHPrintMessage)(char *s); #define TXHGetErrorSection(a) TXHErrorSection[a] --- 3,7 ---- typedef char *(*TXHGetNextFileType)(int &l, int &MustBeDeleted, char *FileName); extern TXHGetNextFileType TXHGetNextFile; ! extern void (*TXHPrintMessage)(const char *s); #define TXHGetErrorSection(a) TXHErrorSection[a] *************** *** 9,18 **** #define TXHGetErrorMessage() TXHErrors[TXHError] extern int TXHGenerateAll(void); ! extern char *TXHErrorSection[]; extern int TXHGenSection; ! extern char *TXHSections[]; extern int TXHError; extern int TXHLine; ! extern char *TXHErrors[]; extern int TXHKeepTemporal; extern char *TXHFormatFile; // Configuration file --- 9,18 ---- #define TXHGetErrorMessage() TXHErrors[TXHError] extern int TXHGenerateAll(void); ! extern const char *TXHErrorSection[]; extern int TXHGenSection; ! extern const char *TXHSections[]; extern int TXHError; extern int TXHLine; ! extern const char *TXHErrors[]; extern int TXHKeepTemporal; extern char *TXHFormatFile; // Configuration file |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:39
|
Update of /cvsroot/setedit/setedit/settvuti In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/settvuti Modified Files: diaghelp.cc fileopen.cc fiopeaid.cc tdiagaid.cc Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: diaghelp.cc =================================================================== RCS file: /cvsroot/setedit/setedit/settvuti/diaghelp.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** diaghelp.cc 6 Sep 2004 16:25:32 -0000 1.4 --- diaghelp.cc 25 Feb 2009 16:11:31 -0000 1.5 *************** *** 42,46 **** } ! ushort messageBoxDSA(const char *msg, ushort aOptions, char *var, ushort defComm) { --- 42,46 ---- } ! ushort messageBoxDSA(const char *msg, ushort aOptions, const char *var, ushort defComm) { *************** *** 59,63 **** } ! ushort messageBoxDSA(const char *msg, ushort aOptions, char *var, unsigned mask, ushort defComm) { --- 59,63 ---- } ! ushort messageBoxDSA(const char *msg, ushort aOptions, const char *var, unsigned mask, ushort defComm) { Index: fileopen.cc =================================================================== RCS file: /cvsroot/setedit/setedit/settvuti/fileopen.cc,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** fileopen.cc 5 Jun 2007 18:56:23 -0000 1.10 --- fileopen.cc 25 Feb 2009 16:11:31 -0000 1.11 *************** *** 284,289 **** static char *LastMaskUsed=0; ! int GenericFileDialog(const char *title, char *file, char *mask, int histID, int buttons, ! char *dir, unsigned flags, int ctx, TRect &dialogSize) { char curDir[PATH_MAX]; --- 284,290 ---- static char *LastMaskUsed=0; ! int GenericFileDialog(const char *title, char *file, const char *mask, ! int histID, int buttons, char *dir, unsigned flags, ! int ctx, TRect &dialogSize) { char curDir[PATH_MAX]; Index: fiopeaid.cc =================================================================== RCS file: /cvsroot/setedit/setedit/settvuti/fiopeaid.cc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** fiopeaid.cc 18 Aug 2004 20:31:12 -0000 1.8 --- fiopeaid.cc 25 Feb 2009 16:11:31 -0000 1.9 *************** *** 163,167 **** ***************************************************************************/ ! int GenericFileDialog(const char *title, char *file, char *mask, int id, unsigned flags) { char *dir=0; --- 163,168 ---- ***************************************************************************/ ! int GenericFileDialog(const char *title, char *file, const char *mask, ! int id, unsigned flags) { char *dir=0; Index: tdiagaid.cc =================================================================== RCS file: /cvsroot/setedit/setedit/settvuti/tdiagaid.cc,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** tdiagaid.cc 27 Apr 2007 13:04:19 -0000 1.15 --- tdiagaid.cc 25 Feb 2009 16:11:31 -0000 1.16 *************** *** 166,176 **** } ! static char *nbotAdd=__("~A~dd"); ! static char *nbotIns=__("~I~nsert"); ! static char *nbotDel=__("~D~elete"); ! static char *nbotOk =__("~O~k"); ! static char *nbotCan=__("~C~ancel"); ! static char *nbotInfo=__("~I~nfo."); ! static char *nbotBrowse=__("~B~rowse"); const int lSepb=2; --- 166,176 ---- } ! static const char *nbotAdd=__("~A~dd"); ! static const char *nbotIns=__("~I~nsert"); ! static const char *nbotDel=__("~D~elete"); ! static const char *nbotOk =__("~O~k"); ! static const char *nbotCan=__("~C~ancel"); ! static const char *nbotInfo=__("~I~nfo."); ! static const char *nbotBrowse=__("~B~rowse"); const int lSepb=2; |
From: Salvador E. T. <se...@us...> - 2009-02-25 16:11:39
|
Update of /cvsroot/setedit/setedit/mp3 In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28718/mp3 Modified Files: mp3list.cc Log Message: * Modified: [rhidemac.txi rhidemac.txt] Removed the @quote-arg option, seems to be the default in modern versions. * Modified: New gcc versions are much more strict about the use of string constants. * Fixed(?): [manview.cc] New gcc versions doesn't like signed chars as array subscripts * Fixed: [ceditor.cc] Ambiguous else. * Fixed: [loadshl.cc] Ambiguous &&/|| conditional. Index: mp3list.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mp3/mp3list.cc,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** mp3list.cc 19 Jun 2007 13:28:55 -0000 1.12 --- mp3list.cc 25 Feb 2009 16:11:31 -0000 1.13 *************** *** 159,163 **** } ! static char *Signature="SET's Files list\x1A"; const int Version=0x100; --- 159,163 ---- } ! static const char *Signature="SET's Files list\x1A"; const int Version=0x100; |
From: Salvador E. T. <se...@us...> - 2009-02-24 18:30:04
|
Update of /cvsroot/setedit/setedit/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10520/include Modified Files: vername.h Log Message: * Updated Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.154 retrieving revision 1.155 diff -C2 -d -r1.154 -r1.155 *** vername.h 2 Oct 2008 15:06:37 -0000 1.154 --- vername.h 24 Feb 2009 18:29:58 -0000 1.155 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1284 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1288 |