setedit-checkins Mailing List for SET's Editor, a friendly text editor (Page 2)
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...> - 2016-11-17 18:30:41
|
Update of /cvsroot/setedit/setedit/sdg In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22919/sdg Modified Files: txhgen.cc Log Message: * Fixed: Potential use of unitilialized var. Index: txhgen.cc =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/txhgen.cc,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** txhgen.cc 2 Jun 2015 16:38:22 -0000 1.12 --- txhgen.cc 17 Nov 2016 18:30:38 -0000 1.13 *************** *** 783,787 **** --- 783,790 ---- if (!*s) + { + *num=MAX_DEFS; // Force to be unused return s; + } if (ucisdigit(*s)) { |
From: Salvador E. T. <se...@us...> - 2016-11-17 18:25:11
|
Update of /cvsroot/setedit/setedit/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22670/include Modified Files: vername.h Log Message: * Updated Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.164 retrieving revision 1.165 diff -C2 -d -r1.164 -r1.165 *** vername.h 3 Jun 2015 14:07:02 -0000 1.164 --- vername.h 17 Nov 2016 18:25:07 -0000 1.165 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1305 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1307 |
From: Salvador E. T. <se...@us...> - 2016-11-17 18:24:46
|
Update of /cvsroot/setedit/setedit/mainsrc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22569/mainsrc Modified Files: editwind.cc keytrans.cc ceditor.cc edspecs.cc Log Message: * Added: [Debian] multi-arch tag. * Added: [Debian] To compile using all installed CPUs. * Modified: Editor desktop files to allow 32 -> 64 bits migration. * Added: Support for LP64 architectures (i.e. AMD64) * Fixed: Uses of memcpy that could potentially generate problems, some of them were problematic. * Added: More checks when reading setenvir.dat. * Fixed: [txhgen.cc] Potential use of unitilialized var. * Fixed: [Errors parser] to support the new gnu make quotation style. Index: editwind.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/editwind.cc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** editwind.cc 23 Jun 2004 19:33:22 -0000 1.11 --- editwind.cc 17 Nov 2016 18:24:42 -0000 1.12 *************** *** 1,3 **** ! /* Copyright (C) 1996-2003 by Salvador E. Tropea (SET), see copyrigh file for details */ // That's the first include because is used to configure the editor. --- 1,3 ---- ! /* Copyright (C) 1996-2016 by Salvador E. Tropea (SET), see copyrigh file for details */ // That's the first include because is used to configure the editor. *************** *** 30,34 **** "\x77\x78\x79\x7A\x7B\x7C" ! const int TCEditWindow::ResumeVersion=6; const char *TCEditWindow::clipboardTitle=__("Clipboard"); const char *TCEditWindow::untitled=__("Untitled"); --- 30,34 ---- "\x77\x78\x79\x7A\x7B\x7C" ! const int TCEditWindow::ResumeVersion=7; const char *TCEditWindow::clipboardTitle=__("Clipboard"); const char *TCEditWindow::untitled=__("Untitled"); *************** *** 201,205 **** r.extraSize=sizeof(EditorResume)-(sizeof(EditorResumeV5)+sizeof(uint32)); ! time(&r.dateResume); } --- 201,207 ---- r.extraSize=sizeof(EditorResume)-(sizeof(EditorResumeV5)+sizeof(uint32)); ! time_t aux; ! time(&aux); ! r.dateResume=(uint32)aux; } *************** *** 298,302 **** r.version=6; r.extraSize=sizeof(EditorResume)-(sizeof(EditorResumeV5)+sizeof(uint32)); ! time(&r.dateResume); } } --- 300,306 ---- r.version=6; r.extraSize=sizeof(EditorResume)-(sizeof(EditorResumeV5)+sizeof(uint32)); ! time_t aux; ! time(&aux); ! r.dateResume=(uint32)aux; } } *************** *** 336,340 **** EnlargeSizesResume(r); r.extraSize=sizeof(EditorResume)-(sizeof(EditorResumeV5)+sizeof(uint32)); ! time(&r.dateResume); } --- 340,346 ---- EnlargeSizesResume(r); r.extraSize=sizeof(EditorResume)-(sizeof(EditorResumeV5)+sizeof(uint32)); ! time_t aux; ! time(&aux); ! r.dateResume=(uint32)aux; } Index: keytrans.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/keytrans.cc,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** keytrans.cc 3 Jun 2015 14:20:12 -0000 1.25 --- keytrans.cc 17 Nov 2016 18:24:42 -0000 1.26 *************** *** 1,3 **** ! /* Copyright (C) 1996-2015 by Salvador E. Tropea (SET), see copyrigh file for details */ /***************************************************************************** --- 1,3 ---- ! /* Copyright (C) 1996-2016 by Salvador E. Tropea (SET), see copyrigh file for details */ /***************************************************************************** *************** *** 174,178 **** { if (node->flags==kbtIsMacro || node->flags==kbtIsSeq) ! delete[] node->d.macro; else if (node->flags==kbtIsSComm) // It removes a branch in the tree --- 174,178 ---- { if (node->flags==kbtIsMacro || node->flags==kbtIsSeq) ! delete[] node->dp.macro; else if (node->flags==kbtIsSComm) // It removes a branch in the tree *************** *** 237,241 **** { case kbtIsComm: ! DynStrCat(cat,TranslateEdCommand(node->d.command)); break; case kbtIsMacro: --- 237,241 ---- { case kbtIsComm: ! DynStrCat(cat,TranslateEdCommand(node->dd.command)); break; case kbtIsMacro: *************** *** 295,302 **** return -1; case kbtIsMacro: ! ret->d.data=GetMNameC(ret); break; case kbtIsSeq: ! ret->d.data=GetTSeqC(ret); break; } --- 295,302 ---- return -1; case kbtIsMacro: ! ret->dp.data=GetMNameC(ret); break; case kbtIsSeq: ! ret->dp.data=GetTSeqC(ret); break; } *************** *** 394,401 **** if (!nAux) return 0; ! node->d.data=nAux; break; case kbtIsMacro: ! node->d.data=newStr(GetMNameC(node)); break; case kbtIsSeq: --- 394,401 ---- if (!nAux) return 0; ! node->dp.data=nAux; break; case kbtIsMacro: ! node->dp.data=newStr(GetMNameC(node)); break; case kbtIsSeq: *************** *** 406,410 **** return 0; memcpy(s2,s,size); ! node->d.data=s2; break; } --- 406,410 ---- return 0; memcpy(s2,s,size); ! node->dp.data=s2; break; } *************** *** 527,531 **** aux=OffSet; CompactTable(GetTableE(node)); ! node->d.offset=aux; break; case kbtIsMacro: --- 527,531 ---- aux=OffSet; CompactTable(GetTableE(node)); ! node->dd.offset=aux; break; case kbtIsMacro: *************** *** 533,537 **** AlignSize(aux); strcpy((char *)(newBase+OffSet),GetMNameE(node)); ! node->d.offset=OffSet; OffSet+=aux; break; --- 533,537 ---- AlignSize(aux); strcpy((char *)(newBase+OffSet),GetMNameE(node)); ! node->dd.offset=OffSet; OffSet+=aux; break; *************** *** 541,545 **** AlignSize(aux); memcpy((KeyTSeq *)(newBase+OffSet),s,aux); ! node->d.offset=OffSet; OffSet+=aux; break; --- 541,545 ---- AlignSize(aux); memcpy((KeyTSeq *)(newBase+OffSet),s,aux); ! node->dd.offset=OffSet; OffSet+=aux; break; *************** *** 634,638 **** // change the pointer. if (lastTableInSearch) ! lastTableInSearch->d.data=curTable; if (updateBase) base=curTable; --- 634,638 ---- // change the pointer. if (lastTableInSearch) ! lastTableInSearch->dp.data=curTable; if (updateBase) base=curTable; *************** *** 706,710 **** node->flags=kbtIsSComm; KeyTTable *nT=(KeyTTable *)new char[sizeof(KeyTTable)+sizeof(KeyTNode)]; ! node->d.data=nT; nT->cant=1; nT->total=0; // Later --- 706,710 ---- node->flags=kbtIsSComm; KeyTTable *nT=(KeyTTable *)new char[sizeof(KeyTTable)+sizeof(KeyTNode)]; ! node->dp.data=nT; nT->cant=1; nT->total=0; // Later *************** *** 717,721 **** { // Easy ;-) node->flags=kbtIsMacro; ! node->d.data=newStr((char *)data); } else --- 717,721 ---- { // Easy ;-) node->flags=kbtIsMacro; ! node->dp.data=newStr((char *)data); } else *************** *** 726,730 **** { node->flags=kbtIsComm; ! node->d.command=(unsigned short)((unsigned long)p->at(0)); } else --- 726,730 ---- { node->flags=kbtIsComm; ! node->dd.command=(unsigned short)((unsigned long)p->at(0)); } else *************** *** 735,739 **** s->commands[i]=(unsigned short)((unsigned long)p->at(i)); node->flags=kbtIsSeq; ! node->d.data=s; } } --- 735,739 ---- s->commands[i]=(unsigned short)((unsigned long)p->at(i)); node->flags=kbtIsSeq; ! node->dp.data=s; } } *************** *** 768,785 **** fwrite(Signature,sizeof(Signature),1,f); fputc(Version,f); ! ushort w=TGKey::GetAltSettings(); ! fwrite(&w,sizeof(w),1,f); if (type==kbtStatic) { // Don't save the keys if not needed ! unsigned c=0; ! fwrite(&c,sizeof(cSize),1,f); } else { ! fwrite(&cSize,sizeof(cSize),1,f); fwrite(base,cSize,1,f); } ! int translateKeyPad=TGKey::GetKbdMapping(TGKey::dosTranslateKeypad); ! fwrite(&translateKeyPad,sizeof(translateKeyPad),1,f); fclose(f); return 0; --- 768,785 ---- fwrite(Signature,sizeof(Signature),1,f); fputc(Version,f); ! uint16 w=TGKey::GetAltSettings(); ! fwrite(&w,2,1,f); if (type==kbtStatic) { // Don't save the keys if not needed ! uint32 c=0; ! fwrite(&c,4,1,f); } else { ! fwrite(&cSize,4,1,f); fwrite(base,cSize,1,f); } ! int32 translateKeyPad=TGKey::GetKbdMapping(TGKey::dosTranslateKeypad); ! fwrite(&translateKeyPad,4,1,f); fclose(f); return 0; *************** *** 807,817 **** GenError(__("Wrong version")); ! ushort w; ! if (!fread(&w,sizeof(w),1,f)) GenError(__("Read error")); TGKey::SetAltSettings(w); ! int lcSize,replaceK=0; ! if (!fread(&lcSize,sizeof(lcSize),1,f)) GenError(__("Read error")); if (lcSize) --- 807,817 ---- GenError(__("Wrong version")); ! uint16 w; ! if (!fread(&w,2,1,f)) GenError(__("Read error")); TGKey::SetAltSettings(w); ! int32 lcSize,replaceK=0; ! if (!fread(&lcSize,4,1,f)) GenError(__("Read error")); if (lcSize) *************** *** 828,833 **** if (V>=4) { ! int translateKeyPad; ! if (!fread(&translateKeyPad,sizeof(translateKeyPad),1,f)) GenError(__("Read error")); TGKey::SetKbdMapping(translateKeyPad ? TGKey::dosTranslateKeypad : TGKey::dosNormalKeypad); --- 828,833 ---- if (V>=4) { ! int32 translateKeyPad; ! if (!fread(&translateKeyPad,4,1,f)) GenError(__("Read error")); TGKey::SetKbdMapping(translateKeyPad ? TGKey::dosTranslateKeypad : TGKey::dosNormalKeypad); *************** *** 860,864 **** { unsigned short cant; unsigned short commands[a]; } KeyTSeq##a ! #define pSeq(a) (((char *)&a)-((char *)&base)) #define dSeqSel(name,comm) \ KeyTSeq3 name={ 3, {cmcSelectOn,comm,cmcSelectOff} } --- 860,864 ---- { unsigned short cant; unsigned short commands[a]; } KeyTSeq##a ! #define pSeq(a) ((int)(((char *)&a)-((char *)&base))) #define dSeqSel(name,comm) \ KeyTSeq3 name={ 3, {cmcSelectOn,comm,cmcSelectOff} } Index: ceditor.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/ceditor.cc,v retrieving revision 1.169 retrieving revision 1.170 diff -C2 -d -r1.169 -r1.170 *** ceditor.cc 3 Jun 2015 14:20:12 -0000 1.169 --- ceditor.cc 17 Nov 2016 18:24:42 -0000 1.170 *************** *** 1,3 **** ! /* Copyright (C) 1996-2015 by Salvador E. Tropea (SET), see copyrigh file for details */ /***************************************************************************** --- 1,3 ---- ! /* Copyright (C) 1996-2016 by Salvador E. Tropea (SET), see copyrigh file for details */ /***************************************************************************** *************** *** 7,19 **** E-Mail: sal...@in... or se...@ie... or se...@co... - Telephone: (+5411) 4759-0013 - - Postal Address: - Salvador E. Tropea - Curapaligue 2124 - (1678) Caseros - 3 de Febrero - Prov: Buenos Aires - Argentina - Contributors: Robert Hoehne (Rob...@Ma...) --- 7,10 ---- *************** *** 1993,2005 **** { case kbtIsComm: ! handleCommand(node.d.command); break; case kbtIsMacro: lock(); ! SLPSearchMacro(this,node.d.macro,False); unlock(); break; case kbtIsSeq: ! se=node.d.sequence; for (i=0; i<se->cant; i++) handleCommand(se->commands[i]); --- 1984,1996 ---- { case kbtIsComm: ! handleCommand(node.dd.command); break; case kbtIsMacro: lock(); ! SLPSearchMacro(this,node.dp.macro,False); unlock(); break; case kbtIsSeq: ! se=node.dp.sequence; for (i=0; i<se->cant; i++) handleCommand(se->commands[i]); *************** *** 2547,2551 **** addToUndo(undoDelCharDel,inEditPtr); int wasATab=*inEditPtr=='\t'; ! memcpy(inEditPtr,inEditPtr+1,restCharsInLine); if (wasATab) RecalculateXofLineInEdit(); --- 2538,2542 ---- addToUndo(undoDelCharDel,inEditPtr); int wasATab=*inEditPtr=='\t'; ! memmove(inEditPtr,inEditPtr+1,restCharsInLine); if (wasATab) RecalculateXofLineInEdit(); *************** *** 2580,2584 **** addToUndo(undoDelCharDel,inEditPtr); int wasATab=*inEditPtr=='\t'; ! memcpy(inEditPtr,inEditPtr+1,restCharsInLine); if (wasATab) RecalculateXofLineInEdit(); --- 2571,2575 ---- addToUndo(undoDelCharDel,inEditPtr); int wasATab=*inEditPtr=='\t'; ! memmove(inEditPtr,inEditPtr+1,restCharsInLine); if (wasATab) RecalculateXofLineInEdit(); *************** *** 5242,5246 **** if (includeEOL && b) { ! memcpy(b,CLY_crlf,CLY_LenEOL); b+=CLY_LenEOL; } --- 5233,5237 ---- if (includeEOL && b) { ! memmove(b,CLY_crlf,CLY_LenEOL); b+=CLY_LenEOL; } *************** *** 7782,7790 **** { FillGapInBuffer(x,curPos.x,s,tabSize,OptimalFill); ! memcpy(s+extraSpaces,p,length); lenLines.set(curPos.y,lenLines[curPos.y]+extraSpaces); } else ! memcpy(s,p,length); if (allowUndo) --- 7773,7781 ---- { FillGapInBuffer(x,curPos.x,s,tabSize,OptimalFill); ! memmove(s+extraSpaces,p,length); lenLines.set(curPos.y,lenLines[curPos.y]+extraSpaces); } else ! memmove(s,p,length); if (allowUndo) *************** *** 7972,7976 **** curPos.x=x; addToUndo(undoDelete,to); ! memcpy(from,to,restCharsInLine+1); // Update markers --- 7963,7967 ---- curPos.x=x; addToUndo(undoDelete,to); ! memmove(from,to,restCharsInLine+1); // Update markers *************** *** 8160,8164 **** // do the work ! CLY_memcpy(from,to,(size_t)(bufLen-(to-buffer))); bufLen-=(unsigned)(to-from); --- 8151,8155 ---- // do the work ! memmove(from,to,(size_t)(bufLen-(to-buffer))); bufLen-=(unsigned)(to-from); *************** *** 12274,12278 **** if (Eated) { ! memcpy(buffer+PosAux,buffer+PosAux+Eated,bufLen-(PosAux+Eated)); bufLen-=Eated; selEnd-=Eated; --- 12265,12269 ---- if (Eated) { ! memmove(buffer+PosAux,buffer+PosAux+Eated,bufLen-(PosAux+Eated)); bufLen-=Eated; selEnd-=Eated; *************** *** 12412,12416 **** // If one of the 2 chars is a tab the X must be recalculated int wasATab=*(inEditPtr-1)=='\t' || *inEditPtr=='\t'; ! CLY_memcpy(inEditPtr-1,inEditPtr,restCharsInLine+1); AdjustLineSel((uint32)(inEditPtr-bufEdit),-1,True); --- 12403,12407 ---- // If one of the 2 chars is a tab the X must be recalculated int wasATab=*(inEditPtr-1)=='\t' || *inEditPtr=='\t'; ! memmove(inEditPtr-1,inEditPtr,restCharsInLine+1); AdjustLineSel((uint32)(inEditPtr-bufEdit),-1,True); *************** *** 14149,14153 **** l++; uint32 *ret=new uint32[l]; ! memcpy(ret,markers,l*sizeof(uint32)); return ret; } --- 14140,14144 ---- l++; uint32 *ret=new uint32[l]; ! memmove(ret,markers,l*sizeof(uint32)); return ret; } Index: edspecs.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/edspecs.cc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** edspecs.cc 25 Feb 2009 16:11:31 -0000 1.9 --- edspecs.cc 17 Nov 2016 18:24:42 -0000 1.10 *************** *** 1,3 **** ! /* Copyright (C) 2001-2004 by Salvador E. Tropea (SET), see copyrigh file for details */ /* This file is an adaptation of idespecs.cc from Robert Hoehne to make the editor */ --- 1,3 ---- ! /* Copyright (C) 2001-2016 by Salvador E. Tropea (SET), see copyrigh file for details */ /* This file is an adaptation of idespecs.cc from Robert Hoehne to make the editor */ *************** *** 123,131 **** { ushort len; ! fread(&len,sizeof(ushort),1,f); ! if (!feof(f)) { ! fread(s,len,1,f); ! s[len]=0; } else --- 123,132 ---- { ushort len; ! if (fread(&len,sizeof(ushort),1,f) && !feof(f)) { ! if (fread(s,len,1,f)) ! s[len]=0; ! else ! *s=0; } else *************** *** 145,150 **** if (f) { ! fread(Name,sizeof(Signature),1,f); ! if (strcmp(Name,Signature)==0) { do --- 146,151 ---- if (f) { ! if (fread(Name,sizeof(Signature),1,f) && ! strcmp(Name,Signature)==0) { do |
From: Salvador E. T. <se...@us...> - 2016-11-17 18:24:45
|
Update of /cvsroot/setedit/setedit/debian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22569/debian Modified Files: control rules Log Message: * Added: [Debian] multi-arch tag. * Added: [Debian] To compile using all installed CPUs. * Modified: Editor desktop files to allow 32 -> 64 bits migration. * Added: Support for LP64 architectures (i.e. AMD64) * Fixed: Uses of memcpy that could potentially generate problems, some of them were problematic. * Added: More checks when reading setenvir.dat. * Fixed: [txhgen.cc] Potential use of unitilialized var. * Fixed: [Errors parser] to support the new gnu make quotation style. Index: control =================================================================== RCS file: /cvsroot/setedit/setedit/debian/control,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** control 14 Jul 2010 14:43:45 -0000 1.24 --- control 17 Nov 2016 18:24:42 -0000 1.25 *************** *** 9,12 **** --- 9,13 ---- Section: editors Architecture: any + Multi-Arch: foreign Depends: ${shlibs:Depends}, debconf Recommends: man *************** *** 33,36 **** --- 34,38 ---- Section: doc Architecture: any + Multi-Arch: foreign Depends: ${shlibs:Depends} Recommends: man Index: rules =================================================================== RCS file: /cvsroot/setedit/setedit/debian/rules,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** rules 3 Oct 2004 22:29:01 -0000 1.24 --- rules 17 Nov 2016 18:24:42 -0000 1.25 *************** *** 26,31 **** CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" ./configure \ --prefix=$(shell pwd)/debian/tmp/usr --fhs --no-comp-exe ! CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) ! CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) -C makes libset touch build-stamp --- 26,31 ---- CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" ./configure \ --prefix=$(shell pwd)/debian/tmp/usr --fhs --no-comp-exe ! CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) -j `nproc` ! CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) -j `nproc` -C makes libset touch build-stamp |
From: Salvador E. T. <se...@us...> - 2015-06-09 10:42:17
|
Update of /cvsroot/setedit/setedit/distrib In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20258/distrib Modified Files: infREMOVE_UNNEEDED REMOVE_UNNEEDED Log Message: * Fixed: [distrib] The scripts to remove obsolete installed files didn't honor the prefix. Generated problems on Gentoo (reported by Michel Catudal) Index: infREMOVE_UNNEEDED =================================================================== RCS file: /cvsroot/setedit/setedit/distrib/infREMOVE_UNNEEDED,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** infREMOVE_UNNEEDED 20 Jul 2004 16:27:11 -0000 1.5 --- infREMOVE_UNNEEDED 9 Jun 2015 10:42:14 -0000 1.6 *************** *** 3,10 **** # It removes files from previous versions not needed anymore # ! rm -f /usr/info/infview.inf ! rm -f /usr/info/infview.info ! rm -f /usr/local/info/infview.inf ! rm -f /usr/local/info/infview.info --- 3,8 ---- # It removes files from previous versions not needed anymore # ! rm -f @@pref@@/info/infview.inf ! rm -f @@pref@@/info/infview.info Index: REMOVE_UNNEEDED =================================================================== RCS file: /cvsroot/setedit/setedit/distrib/REMOVE_UNNEEDED,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** REMOVE_UNNEEDED 11 Sep 2001 13:58:24 -0000 1.1.1.1 --- REMOVE_UNNEEDED 9 Jun 2015 10:42:14 -0000 1.2 *************** *** 3,22 **** # It removes files from previous versions not needed anymore # ! rm -f /usr/info/editor.inf ! rm -f /usr/info/infview.inf ! rm -f /usr/info/sdg.inf ! rm -f /usr/info/editor.info ! rm -f /usr/info/infview.info ! rm -f /usr/info/sdg.info ! rm -f /usr/info/editor.info.gz ! rm -f /usr/local/info/editor.inf ! rm -f /usr/local/info/infview.inf ! rm -f /usr/local/info/sdg.inf ! rm -f /usr/local/info/editor.info ! rm -f /usr/local/info/infview.info ! rm -f /usr/local/info/sdg.info ! rm -f /usr/local/info/editor.info.gz ! rm -f /usr/doc/setedit/*.txt ! rm -f /usr/local/doc/setedit/*.txt --- 3,14 ---- # It removes files from previous versions not needed anymore # ! rm -f @@pref@@/info/editor.inf ! rm -f @@pref@@/info/infview.inf ! rm -f @@pref@@/info/sdg.inf ! rm -f @@pref@@/info/editor.info ! rm -f @@pref@@/info/infview.info ! rm -f @@pref@@/info/sdg.info ! rm -f @@pref@@/info/editor.info.gz ! rm -f @@pref@@/doc/setedit/*.txt |
From: Salvador E. T. <se...@us...> - 2015-06-03 14:20:16
|
Update of /cvsroot/setedit/setedit In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23822 Modified Files: change.log Log Message: * Fixed: [gcc] Warnings about write, fgets, chdir and getcwd ignored return values. * Fixed: [gcc] Warning about memset called with 0 size. * Fixed: [gcc] Warnings about *printf when fputs is enough. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.791 retrieving revision 1.792 diff -C2 -d -r1.791 -r1.792 *** change.log 3 Jun 2015 11:45:12 -0000 1.791 --- change.log 3 Jun 2015 14:20:12 -0000 1.792 *************** *** 1,7 **** $Log$ Revision 1.791 2015/06/03 11:45:12 set * Fixed: [gcc] gcc's -Wunused-but-set-variable (4.7.2) broke the zlib version detection. ! . Revision 1.790 2015/06/03 11:28:34 set * Fixed: [gcc] Unused variables. (holidays/datetools.c libpcre/study.c --- 1,13 ---- $Log$ + Revision 1.792 2015/06/03 14:20:12 set + * Fixed: [gcc] Warnings about write, fgets, chdir and getcwd ignored return + values. + * Fixed: [gcc] Warning about memset called with 0 size. + * Fixed: [gcc] Warnings about *printf when fputs is enough. + Revision 1.791 2015/06/03 11:45:12 set * Fixed: [gcc] gcc's -Wunused-but-set-variable (4.7.2) broke the zlib version detection. ! Revision 1.790 2015/06/03 11:28:34 set * Fixed: [gcc] Unused variables. (holidays/datetools.c libpcre/study.c |
From: Salvador E. T. <se...@us...> - 2015-06-03 14:20:15
|
Update of /cvsroot/setedit/setedit/doc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23822/doc Modified Files: sdh.c Log Message: * Fixed: [gcc] Warnings about write, fgets, chdir and getcwd ignored return values. * Fixed: [gcc] Warning about memset called with 0 size. * Fixed: [gcc] Warnings about *printf when fputs is enough. Index: sdh.c =================================================================== RCS file: /cvsroot/setedit/setedit/doc/sdh.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** sdh.c 13 Aug 2004 19:01:52 -0000 1.9 --- sdh.c 3 Jun 2015 14:20:12 -0000 1.10 *************** *** 1,5 **** /***************************************************************************** ! SET's Documentation Helper (SDH) Copyright(c) 1997-2004 by Salvador Eduardo Tropea --- 1,5 ---- /***************************************************************************** ! SET's Documentation Helper (SDH) Copyright(c) 1997-2015 by Salvador Eduardo Tropea *************** *** 395,401 **** } ! void ReadLine(void) { ! fgets(bl,MAX_BL,fi); } --- 395,401 ---- } ! char *ReadLine(void) { ! return fgets(bl,MAX_BL,fi); } *************** *** 1030,1034 **** while (*bl!=31 && !feof(f)) { ! fgets(bl,MAX_BL,f); } if (feof(f)) --- 1030,1035 ---- while (*bl!=31 && !feof(f)) { ! if (fgets(bl,MAX_BL,f)==NULL) ! break; } if (feof(f)) *************** *** 1036,1040 **** do { ! fgets(bl,MAX_BL,f); } while (ucisspace(*bl) && !feof(f)); --- 1037,1042 ---- do { ! if (fgets(bl,MAX_BL,f)==NULL) ! break; } while (ucisspace(*bl) && !feof(f)); *************** *** 1083,1087 **** do { ! fgets(bl,MAX_BL,f); if (*bl=='*' && *(bl+1)!='*' && strncmp(bl,"* Menu:",7)!=0) break; --- 1085,1090 ---- do { ! if (fgets(bl,MAX_BL,f)==NULL) ! break; if (*bl=='*' && *(bl+1)!='*' && strncmp(bl,"* Menu:",7)!=0) break; *************** *** 1091,1095 **** { Convert(bl,o); ! fgets(bl,MAX_BL,f); if (*bl!='*') break; --- 1094,1099 ---- { Convert(bl,o); ! if (fgets(bl,MAX_BL,f)==NULL) ! break; if (*bl!='*') break; *************** *** 1364,1381 **** if (OutPathOrig) { ! getcwd(path,PATH_MAX); ! chdir(OutPathOrig); } sprintf(s,"tex %s",inf); puts(s); ! system(s); puts(s); sprintf(s,"texindex %s.??",inf); ! system(s); puts(s); sprintf(s,"tex %s",inf); ! system(s); ! if (OutPathOrig) ! chdir(path); } --- 1368,1393 ---- if (OutPathOrig) { ! if (getcwd(path,PATH_MAX)==NULL) ! error=-1; ! if (chdir(OutPathOrig)==-1) ! error=-1; } sprintf(s,"tex %s",inf); puts(s); ! if (system(s)==-1) ! printf("Failed executing:\n%s\n",s); puts(s); sprintf(s,"texindex %s.??",inf); ! if (system(s)==-1) ! printf("Failed executing:\n%s\n",s); puts(s); sprintf(s,"tex %s",inf); ! if (system(s)==-1) ! printf("Failed executing:\n%s\n",s); ! if (OutPathOrig && error!=-1) ! { ! if (chdir(path)==-1) ! printf("Failed to go back to dir: %s\n",path); ! } } |
From: Salvador E. T. <se...@us...> - 2015-06-03 14:07:05
|
Update of /cvsroot/setedit/setedit/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23270/include Modified Files: vername.h Log Message: * Updated. Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.163 retrieving revision 1.164 diff -C2 -d -r1.163 -r1.164 *** vername.h 3 Jun 2015 11:23:34 -0000 1.163 --- vername.h 3 Jun 2015 14:07:02 -0000 1.164 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1302 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1305 |
From: Salvador E. T. <se...@us...> - 2015-06-03 11:45:15
|
Update of /cvsroot/setedit/setedit In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16126 Modified Files: change.log Log Message: * Fixed: [gcc] gcc's -Wunused-but-set-variable (4.7.2) broke the zlib version detection. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.790 retrieving revision 1.791 diff -C2 -d -r1.790 -r1.791 *** change.log 3 Jun 2015 11:28:34 -0000 1.790 --- change.log 3 Jun 2015 11:45:12 -0000 1.791 *************** *** 1,3 **** --- 1,7 ---- $Log$ + Revision 1.791 2015/06/03 11:45:12 set + * Fixed: [gcc] gcc's -Wunused-but-set-variable (4.7.2) broke the zlib + version detection. + . Revision 1.790 2015/06/03 11:28:34 set * Fixed: [gcc] Unused variables. (holidays/datetools.c libpcre/study.c |
From: Salvador E. T. <se...@us...> - 2015-06-03 11:44:43
|
Update of /cvsroot/setedit/setedit In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16098 Modified Files: config.pl Log Message: * Fixed: [gcc] gcc's -Wunused-but-set-variable (4.7.2) broke the zlib version detection. Index: config.pl =================================================================== RCS file: /cvsroot/setedit/setedit/config.pl,v retrieving revision 1.110 retrieving revision 1.111 diff -C2 -d -r1.110 -r1.111 *** config.pl 3 Jun 2015 11:27:12 -0000 1.110 --- config.pl 3 Jun 2015 11:44:40 -0000 1.111 *************** *** 350,353 **** --- 350,354 ---- CreateCache(); unlink $ErrorLog; + 0; sub UpdateSpec *************** *** 1087,1090 **** --- 1088,1092 ---- gzFile f; f=gzopen("","rb"); + gzclose(f); printf("%s",ZLIB_VERSION); return 0; |
From: Salvador E. T. <se...@us...> - 2015-06-03 11:28:38
|
Update of /cvsroot/setedit/setedit In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15064 Modified Files: change.log Log Message: * Fixed: [gcc] Unused variables. (holidays/datetools.c libpcre/study.c mainsrc/fstrcmp.c). Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.789 retrieving revision 1.790 diff -C2 -d -r1.789 -r1.790 *** change.log 3 Jun 2015 11:27:12 -0000 1.789 --- change.log 3 Jun 2015 11:28:34 -0000 1.790 *************** *** 1,8 **** $Log$ Revision 1.789 2015/06/03 11:27:12 set * Fixed: [PCRE] The detection of installed PCRE failed for versions 8.30+ * Fixed: [PCRE] The patch to support PCRE>=8.30 broke the support for versions older than 3.0 (we ship 2.08). ! . Revision 1.788 2015/06/02 16:38:21 set * Modified: [debian/changelog] Debian package release version. --- 1,12 ---- $Log$ + Revision 1.790 2015/06/03 11:28:34 set + * Fixed: [gcc] Unused variables. (holidays/datetools.c libpcre/study.c + mainsrc/fstrcmp.c). + Revision 1.789 2015/06/03 11:27:12 set * Fixed: [PCRE] The detection of installed PCRE failed for versions 8.30+ * Fixed: [PCRE] The patch to support PCRE>=8.30 broke the support for versions older than 3.0 (we ship 2.08). ! Revision 1.788 2015/06/02 16:38:21 set * Modified: [debian/changelog] Debian package release version. |
From: Salvador E. T. <se...@us...> - 2015-06-03 11:27:15
|
Update of /cvsroot/setedit/setedit/mainsrc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14898/mainsrc Modified Files: loadshl.cc search.cc Log Message: * Fixed: [PCRE] The detection of installed PCRE failed for versions 8.30+ * Fixed: [PCRE] The patch to support PCRE>=8.30 broke the support for versions older than 3.0 (we ship 2.08). Index: loadshl.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/loadshl.cc,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** loadshl.cc 2 Jun 2015 16:38:22 -0000 1.25 --- loadshl.cc 3 Jun 2015 11:27:12 -0000 1.26 *************** *** 1,3 **** ! /* Copyright (C) 1996-2005 by Salvador E. Tropea (SET), see copyrigh file for details */ #include <ceditint.h> --- 1,3 ---- ! /* Copyright (C) 1996-2015 by Salvador E. Tropea (SET), see copyrigh file for details */ #include <ceditint.h> *************** *** 1396,1404 **** return NULL; - // int matchs=(pcre_info(ret,0,0)+1)*3; Old PCREs int matchs; ! if (pcre_fullinfo(ret,NULL,PCRE_INFO_CAPTURECOUNT,&matchs)) ! return 0; ! matchs=(matchs+1)*3; if (matchs>p.PCREMaxMatchs) p.PCREMaxMatchs=matchs; --- 1396,1401 ---- return NULL; int matchs; ! PCRE_MATCHES(matchs,ret,0); if (matchs>p.PCREMaxMatchs) p.PCREMaxMatchs=matchs; Index: search.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/search.cc,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** search.cc 2 Jun 2015 16:38:22 -0000 1.10 --- search.cc 3 Jun 2015 11:27:12 -0000 1.11 *************** *** 1,3 **** ! /* Copyright (C) 1996-2004 by Salvador E. Tropea (SET), see copyrigh file for details */ /**[txh]******************************************************************** --- 1,3 ---- ! /* Copyright (C) 1996-2015 by Salvador E. Tropea (SET), see copyrigh file for details */ /**[txh]******************************************************************** *************** *** 460,469 **** } ! // For PCRE 2.x this value should be enlarged to left space needed by ! // pcre_exec ! // PCREMaxMatchs=(pcre_info(CompiledPCRE,0,0)+1)*3; Old PCREs ! if (pcre_fullinfo(CompiledPCRE,NULL,PCRE_INFO_CAPTURECOUNT,&PCREMaxMatchs)) ! return -1; ! PCREMaxMatchs=(PCREMaxMatchs+1)*3; PCREMatchs=new int[PCREMaxMatchs]; --- 460,464 ---- } ! PCRE_MATCHES(PCREMaxMatchs,CompiledPCRE,-1); PCREMatchs=new int[PCREMaxMatchs]; |
From: Salvador E. T. <se...@us...> - 2015-06-03 11:23:37
|
Update of /cvsroot/setedit/setedit/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14721/include Modified Files: vername.h Log Message: * Updated. Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.162 retrieving revision 1.163 diff -C2 -d -r1.162 -r1.163 *** vername.h 2 Jun 2015 16:35:52 -0000 1.162 --- vername.h 3 Jun 2015 11:23:34 -0000 1.163 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1301 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1302 |
From: Salvador E. T. <se...@us...> - 2015-06-02 16:38:25
|
Update of /cvsroot/setedit/setedit/setedit In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7803/setedit Modified Files: edmsg.cc tips.cc loadcle.cc Log Message: * Modified: [debian/changelog] Debian package release version. * Added: [include/bufun.h mainsrc/bufun.cc mainsrc/pclipper.cc mainsrc/pperl.cc mainsrc/pphp.cc mainsrc/ppython.cc mainsrc/pvarious.cc mainsrc/pvhdl.cc sdg/txhgen.cc] Support to collect the return values of the functions. * Removed: [mainsrc/ceditor.cc sdg/mliedito.cc setedit/edmsg.cc setedit/tips.cc] Unused variable. * Fixed: [mainsrc/edconst.cc] Made explicit a cast from signed to unsigned. * Modified: [mainsrc/linelen.cc] To avoid a false warning about elArrayAttr * Modified: [mainsrc/loadshl.cc mainsrc/search.cc sdg/include/txhgen.h setedit/loadcle.cc] To match the modern PCRE API. * Added: [tools/applycvs.pl] Support for DOS files under UNIX. Index: edmsg.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/edmsg.cc,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** edmsg.cc 27 Apr 2007 13:04:18 -0000 1.29 --- edmsg.cc 2 Jun 2015 16:38:22 -0000 1.30 *************** *** 469,473 **** int i, isSelAct, indent, scOff; ccIndex item; ! unsigned normalColor, selectedColor, focusedColor=0, color, infoColor, warnColor, errColor; TDrawBuffer b; --- 469,473 ---- int i, isSelAct, indent, scOff; ccIndex item; ! unsigned normalColor, focusedColor=0, color, infoColor, warnColor, errColor; TDrawBuffer b; *************** *** 478,487 **** normalColor=getColor(1); focusedColor=getColor(3); ! selectedColor=getColor(4); } else {// !Selected | !Active normalColor=getColor(2); ! selectedColor=getColor(4); } infoColor=getColor(5); --- 478,487 ---- normalColor=getColor(1); focusedColor=getColor(3); ! //selectedColor=getColor(4); } else {// !Selected | !Active normalColor=getColor(2); ! //selectedColor=getColor(4); } infoColor=getColor(5); Index: tips.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/tips.cc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tips.cc 29 Sep 2004 20:07:12 -0000 1.11 --- tips.cc 2 Jun 2015 16:38:22 -0000 1.12 *************** *** 269,273 **** void ShowTips(char *fileName, int forceDialog) { ! int LastTip,oldTipStyle=-1; char aux[60],day,today; time_t LastUse,Today; --- 269,273 ---- void ShowTips(char *fileName, int forceDialog) { ! int LastTip; char aux[60],day,today; time_t LastUse,Today; *************** *** 281,286 **** if (TipStyle>2) TipStyle=1; - else - oldTipStyle=TipStyle; if (!TipStyle && !forceDialog) --- 281,284 ---- Index: loadcle.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/loadcle.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** loadcle.cc 8 Aug 2005 18:12:25 -0000 1.6 --- loadcle.cc 2 Jun 2015 16:38:22 -0000 1.7 *************** *** 1,3 **** ! /* Copyright (C) 1996-2005 by Salvador E. Tropea (SET), see copyrigh file for details */ #include <ceditint.h> --- 1,3 ---- ! /* Copyright (C) 1996-2015 by Salvador E. Tropea (SET), see copyrigh file for details */ #include <ceditint.h> *************** *** 334,338 **** } ! subX=(pcre_info(ret,0,0)+1)*3; return ret; } --- 334,341 ---- } ! // subX=(pcre_info(ret,0,0)+1)*3; Old PCREs ! if (pcre_fullinfo(ret,NULL,PCRE_INFO_CAPTURECOUNT,&subX)) ! return 0; ! subX=(subX+1)*3; return ret; } |
From: Salvador E. T. <se...@us...> - 2015-06-02 16:35:55
|
Update of /cvsroot/setedit/setedit/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7728/include Modified Files: vername.h Log Message: * Updated. Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.161 retrieving revision 1.162 diff -C2 -d -r1.161 -r1.162 *** vername.h 20 Sep 2013 16:55:50 -0000 1.161 --- vername.h 2 Jun 2015 16:35:52 -0000 1.162 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1299 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1301 |
From: Salvador E. T. <se...@us...> - 2015-04-24 13:42:57
|
Update of /cvsroot/setedit/setedit In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13875 Modified Files: change.log Log Message: * Added: [perlmac.pmc syntaxhl.shl] Syntax highlight and indentation for Perl's switch/case module. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.786 retrieving revision 1.787 diff -C2 -d -r1.786 -r1.787 *** change.log 20 Sep 2013 16:57:10 -0000 1.786 --- change.log 24 Apr 2015 13:42:53 -0000 1.787 *************** *** 1,3 **** --- 1,7 ---- $Log$ + Revision 1.787 2015/04/24 13:42:53 set + * Added: [perlmac.pmc syntaxhl.shl] Syntax highlight and indentation for + Perl's switch/case module. + . Revision 1.786 2013/09/20 16:57:10 set * Modified: [debian/changelog] Debian package version. |
From: Salvador E. T. <se...@us...> - 2015-04-24 13:41:58
|
Update of /cvsroot/setedit/setedit/cfgfiles In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13755 Modified Files: perlmac.pmc syntaxhl.shl Log Message: * Added: Syntax highlight and indentation for Perl's switch/case module. Index: perlmac.pmc =================================================================== RCS file: /cvsroot/setedit/setedit/cfgfiles/perlmac.pmc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** perlmac.pmc 5 May 2003 13:57:50 -0000 1.3 --- perlmac.pmc 24 Apr 2015 13:41:54 -0000 1.4 *************** *** 1,3 **** ! ; Copyright (C) 1996-2003 by Salvador E. Tropea (SET), ; see copyrigh file for details ; --- 1,3 ---- ! ; Copyright (C) 1996-2015 by Salvador E. Tropea (SET), ; see copyrigh file for details ; *************** *** 58,61 **** --- 58,84 ---- "}" + Trigger: "s(" + Mode: 0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 + Name: Switch + "switch (@0)\n" + " {\n" + " case @1\n" + " {\n" + " @2\n" + "}\n" + "\belse\n" + " {\n" + " @3\n" + "}\n" + "\b\b}" + + Trigger: "c:" + Mode: 0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 + Name: Case + "case @0\n" + " {\n" + " @1\n" + "}" + Trigger: "pr" Mode: 0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1 Index: syntaxhl.shl =================================================================== RCS file: /cvsroot/setedit/setedit/cfgfiles/syntaxhl.shl,v retrieving revision 1.99 retrieving revision 1.100 diff -C2 -d -r1.99 -r1.100 *** syntaxhl.shl 23 May 2012 18:55:36 -0000 1.99 --- syntaxhl.shl 24 Apr 2015 13:41:55 -0000 1.100 *************** *** 1,3 **** ! # Copyright (C) 1996-2007 by Salvador E. Tropea (SET), # see copyrigh file for details # --- 1,3 ---- ! # Copyright (C) 1996-2015 by Salvador E. Tropea (SET), # see copyrigh file for details # *************** *** 560,563 **** --- 560,565 ---- NLIndent=FirstWord,elsif,,,AutoIndent,2 NLIndent=FirstWord,while,NoLastChar,;,AutoIndent,2 + NLIndent=FirstWord,switch,NoLastChar,;,AutoIndent,2 + NLIndent=FirstWord,case,NoLastChar,;,AutoIndent,2 NLIndent=FirstWord,return,,,Unindent NLIndent=FirstWord,{,,,AutoIndent,1 *************** *** 591,594 **** --- 593,597 ---- Keywords=unlink,unpack,unshift,untie,until,use,utime,values,vec,wait,waitpid Keywords=wantarray,warn,while,write,x,xor,y + UserKeywords=switch,case End |
From: Salvador E. T. <se...@us...> - 2013-09-20 16:57:14
|
Update of /cvsroot/setedit/setedit/sdg/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12660/sdg/include Modified Files: txhgen.h Log Message: * Modified: [debian/changelog] Debian package version. * Added: [sdg/bufun2.cc sdg/include/txhgen.h] PCRE stuff needed for mli.cc. * Fixed: [sdg/txhgen.cc sdg/txhmain.cc sdg/include/txhgen.h] const char * manipulations using char *. Index: txhgen.h =================================================================== RCS file: /cvsroot/setedit/setedit/sdg/include/txhgen.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** txhgen.h 25 Feb 2009 16:11:31 -0000 1.2 --- txhgen.h 20 Sep 2013 16:57:10 -0000 1.3 *************** *** 16,22 **** extern const char *TXHErrors[]; extern int TXHKeepTemporal; ! extern char *TXHFormatFile; // Configuration file ! extern char *TXHTempGenFile; // Name of the temporal for nodes ! extern char *TXHOutBaseName; // No extentions here! ! extern char *TXHFilesDir; // Base for format files --- 16,36 ---- extern const char *TXHErrors[]; extern int TXHKeepTemporal; ! extern const char *TXHFormatFile; // Configuration file ! extern const char *TXHTempGenFile; // Name of the temporal for nodes ! extern const char *TXHOutBaseName; // No extentions here! ! extern const char *TXHFilesDir; // Base for format files ! ! typedef struct ! { ! int PCREMaxMatchs; ! int *PCREMatchs; ! int PCREHits; ! } PCREData; ! ! void PCREInitCompiler(PCREData &p); ! void PCREStopCompiler(PCREData &p); ! pcre *PCRECompileRegEx(char *text, PCREData &p); ! int PCREDoSearch(char *search, int len, pcre *CompiledPCRE, PCREData &p); ! #define PCREDataDestroy(p) PCREInitCompiler(p) ! void PCREGetMatch(int match, int &offset, int &len, PCREData &p); |
From: Salvador E. T. <se...@us...> - 2013-09-20 16:57:13
|
Update of /cvsroot/setedit/setedit/debian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12660/debian Modified Files: changelog Log Message: * Modified: [debian/changelog] Debian package version. * Added: [sdg/bufun2.cc sdg/include/txhgen.h] PCRE stuff needed for mli.cc. * Fixed: [sdg/txhgen.cc sdg/txhmain.cc sdg/include/txhgen.h] const char * manipulations using char *. Index: changelog =================================================================== RCS file: /cvsroot/setedit/setedit/debian/changelog,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** changelog 22 Jun 2012 15:20:56 -0000 1.54 --- changelog 20 Sep 2013 16:57:10 -0000 1.55 *************** *** 1,2 **** --- 1,8 ---- + setedit (0.5.7-4) unstable; urgency=low + + * Fixed: spaces after autoindent and move. + + -- Salvador Eduardo Tropea <sal...@ai...> Fri, 22 Jun 2012 13:11:43 -0300 + setedit (0.5.7-3) unstable; urgency=low |
From: Salvador E. T. <se...@us...> - 2013-09-20 16:55:54
|
Update of /cvsroot/setedit/setedit/include In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12601/include Modified Files: vername.h Log Message: * Updated. Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.160 retrieving revision 1.161 diff -C2 -d -r1.160 -r1.161 *** vername.h 22 Jun 2012 15:18:42 -0000 1.160 --- vername.h 20 Sep 2013 16:55:50 -0000 1.161 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1298 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1299 |
From: Salvador E. T. <se...@us...> - 2010-07-14 14:43:56
|
Update of /cvsroot/setedit/setedit/www-site In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20554/www-site Modified Files: index.html Log Message: * Modified: [version.txt debian/changelog] Version to 0.5.7. * Modified: [debian/control] TV 2.2.1 is needed. * Added: [WWW] Sources and Debian packages for 0.5.7. Index: index.html =================================================================== RCS file: /cvsroot/setedit/setedit/www-site/index.html,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** index.html 11 Nov 2009 12:39:42 -0000 1.38 --- index.html 14 Jul 2010 14:43:45 -0000 1.39 *************** *** 479,484 **** <li> <b>Sources</b>: <ul> ! <li> CVS snapshot <a href="http://prdownloads.sourceforge.net/setedit/setedit-0.5.5-4.tar.gz">Glaciar P. Moreno II (v0.5.5 r1244)</a> ! (Use with TV <a href="http://prdownloads.sourceforge.net/tvision/rhtvision_2.1.0-3.src.tar.gz">2.1.0</a>) <li> Last release <a href="http://prdownloads.sourceforge.net/setedit/setedit-0.5.4.tar.gz">Glaciar P. Moreno I (v0.5.4)</a> (Use with TV <a href="http://prdownloads.sourceforge.net/tvision/rhtvision-2.0.3.src.tar.gz">2.0.3</a>) --- 479,484 ---- <li> <b>Sources</b>: <ul> ! <li> CVS snapshot <a href="http://sourceforge.net/projects/setedit/files/setedit-unix-devel/0.5.7%20r1294%20Tarball%20%28Source%29/setedit_0.5.7-2.tar.gz/download">Glaciar P. Moreno II (v0.5.7 r1294)</a> ! (Use with TV <a href="http://sourceforge.net/projects/tvision/files/UNIX/2.2.1%20CVS20100714%20Source%20and%20Debian%205.0/rhtvision_2.2.1-1.tar.gz/download">2.2.1</a>) <li> Last release <a href="http://prdownloads.sourceforge.net/setedit/setedit-0.5.4.tar.gz">Glaciar P. Moreno I (v0.5.4)</a> (Use with TV <a href="http://prdownloads.sourceforge.net/tvision/rhtvision-2.0.3.src.tar.gz">2.0.3</a>) *************** *** 507,510 **** --- 507,516 ---- </ol> <p> + <li> <b>Debian GNU/Linux Lenny 5.0 (i386)</b>: + <ul> + <li> CVS snapshot <a href="http://sourceforge.net/projects/setedit/files/setedit-unix-devel/0.5.7%20r1294%20Debian%205.0%20x86/setedit_0.5.7-2_i386.deb/download">Glaciar P. Moreno II (v0.5.7 r1294)</a> + (Use with TV <a href="http://sourceforge.net/projects/tvision/files/UNIX/2.2.1%20CVS20100714%20Source%20and%20Debian%205.0/rhtvision2.2.1_2.2.1-1_i386.deb/download">2.2.1</a>) + </ul> + <p> <li> <b>Debian GNU/Linux Etch 4.0 (i386)</b>: <ul> *************** *** 883,887 **** </td></tr></table><p> ! <i>Copyright © 1999-2007 by Salvador E. Tropea, e-mail: <a href="mailto:set at host users.sf.net">set[at host]users.sf.net</a>.</i><br> <p><hr></p> --- 889,893 ---- </td></tr></table><p> ! <i>Copyright © 1999-2010 by Salvador E. Tropea, e-mail: <a href="mailto:set at host users.sf.net">set[at host]users.sf.net</a>.</i><br> <p><hr></p> *************** *** 904,908 **** <p><hr><p> <!-- <P>Visited since May 24, 1999: <a href="http://member.linkexchange.com/cgi-bin/fc/fastcounter-login?1289519" target="_top"><img border="0" src="http://fastcounter.linkexchange.com/fastcounter?1289519+2579045"></a><font face="arial" size="1"><a href="http://fastcounter.linkexchange.com/fc-join" target="_top">(FastCounter by LinkExchange)</a></font><br></p> --> ! <Font Size=-1>Last update: Tue Mar 17 10:11:31 ART 2009</Font> </body> </html> --- 910,914 ---- <p><hr><p> <!-- <P>Visited since May 24, 1999: <a href="http://member.linkexchange.com/cgi-bin/fc/fastcounter-login?1289519" target="_top"><img border="0" src="http://fastcounter.linkexchange.com/fastcounter?1289519+2579045"></a><font face="arial" size="1"><a href="http://fastcounter.linkexchange.com/fc-join" target="_top">(FastCounter by LinkExchange)</a></font><br></p> --> ! <Font Size=-1>Last update: Wed Jul 14 11:06:14 ART 2010</Font> </body> </html> |
From: Salvador E. T. <se...@us...> - 2010-07-14 14:43:55
|
Update of /cvsroot/setedit/setedit/debian In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20554/debian Modified Files: changelog control Log Message: * Modified: [version.txt debian/changelog] Version to 0.5.7. * Modified: [debian/control] TV 2.2.1 is needed. * Added: [WWW] Sources and Debian packages for 0.5.7. Index: changelog =================================================================== RCS file: /cvsroot/setedit/setedit/debian/changelog,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** changelog 7 Jul 2010 13:24:24 -0000 1.52 --- changelog 14 Jul 2010 14:43:45 -0000 1.53 *************** *** 1,2 **** --- 1,8 ---- + setedit (0.5.7-2) unstable; urgency=low + + * Fixed: TV version dependency. + + -- Salvador E. Tropea <se...@ie...> Wed, 14 Jul 2010 10:33:17 -0300 + setedit (0.5.7-1) unstable; urgency=low Index: control =================================================================== RCS file: /cvsroot/setedit/setedit/debian/control,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** control 25 Sep 2009 15:08:42 -0000 1.23 --- control 14 Jul 2010 14:43:45 -0000 1.24 *************** *** 3,7 **** Priority: optional Maintainer: Ivan Baldo <ib...@ad...> ! Build-Depends: perl | perl5, rhtvision2.1.0-dev | rhtvision2.2.0-dev, debhelper (>=2.0.54), libpcre3-dev | libpcre2-dev, libz-dev, libbz2-dev, texinfo, gettext, libaa1-dev | aalib1-dev Standards-Version: 3.7.2.2 --- 3,7 ---- Priority: optional Maintainer: Ivan Baldo <ib...@ad...> ! Build-Depends: perl | perl5, rhtvision2.2.1-dev, debhelper (>=2.0.54), libpcre3-dev | libpcre2-dev, libz-dev, libbz2-dev, texinfo, gettext, libaa1-dev | aalib1-dev Standards-Version: 3.7.2.2 |
From: Salvador E. T. <se...@us...> - 2010-07-14 14:43:54
|
Update of /cvsroot/setedit/setedit In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20554 Modified Files: version.txt Log Message: * Modified: [version.txt debian/changelog] Version to 0.5.7. * Modified: [debian/control] TV 2.2.1 is needed. * Added: [WWW] Sources and Debian packages for 0.5.7. Index: version.txt =================================================================== RCS file: /cvsroot/setedit/setedit/version.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** version.txt 25 Sep 2009 15:09:25 -0000 1.18 --- version.txt 14 Jul 2010 14:43:45 -0000 1.19 *************** *** 1 **** ! 0.5.6 --- 1 ---- ! 0.5.7 |
From: Salvador E. T. <se...@us...> - 2010-07-14 14:43:16
|
Update of /cvsroot/setedit/setedit/include In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20436/include Modified Files: vername.h Log Message: * Updated. Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.158 retrieving revision 1.159 diff -C2 -d -r1.158 -r1.159 *** vername.h 7 Jul 2010 13:25:12 -0000 1.158 --- vername.h 14 Jul 2010 14:43:07 -0000 1.159 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1294 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1296 |
From: Salvador E. T. <se...@us...> - 2010-07-14 14:43:16
|
Update of /cvsroot/setedit/setedit/internac In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20436/internac Modified Files: de.po Log Message: * Updated. Index: de.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/de.po,v retrieving revision 1.142 retrieving revision 1.143 diff -C2 -d -r1.142 -r1.143 *** de.po 7 Jul 2010 13:25:12 -0000 1.142 --- de.po 14 Jul 2010 14:43:07 -0000 1.143 *************** *** 6,11 **** msgid "" msgstr "" ! "Project-Id-Version: setedit 0.5.6\n" ! "PO-Revision-Date: 2010-07-07 10:04-0300\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" --- 6,11 ---- msgid "" msgstr "" ! "Project-Id-Version: setedit 0.5.7\n" ! "PO-Revision-Date: 2010-07-14 11:05-0300\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" *************** *** 341,345 **** "\n" ! #: ../infview/infmain.cc:664 ../setedit/editmain.cc:2986 #, c-format msgid "Valid options are:\n" --- 341,345 ---- "\n" ! #: ../infview/infmain.cc:664 ../setedit/editmain.cc:2977 #, c-format msgid "Valid options are:\n" *************** *** 4480,4484 **** msgstr "Die Festplattenkopie von `%s' ist neuer. Neu laden?" ! #: ../setedit/editmain.cc:2545 #, fuzzy msgid "" --- 4480,4484 ---- msgstr "Die Festplattenkopie von `%s' ist neuer. Neu laden?" ! #: ../setedit/editmain.cc:2536 #, fuzzy msgid "" *************** *** 4489,4493 **** "danach und lesen Sie sie." ! #: ../setedit/editmain.cc:2680 #, c-format msgid "" --- 4489,4493 ---- "danach und lesen Sie sie." ! #: ../setedit/editmain.cc:2671 #, c-format msgid "" *************** *** 4498,4502 **** "Falsche Installation! Sie müssen die %s Umgebungsvariable definieren.\n" ! #: ../setedit/editmain.cc:2681 #, fuzzy, c-format msgid "" --- 4498,4502 ---- "Falsche Installation! Sie müssen die %s Umgebungsvariable definieren.\n" ! #: ../setedit/editmain.cc:2672 #, fuzzy, c-format msgid "" *************** *** 4507,4511 **** "ist.\n" ! #: ../setedit/editmain.cc:2685 #, c-format msgid "" --- 4507,4511 ---- "ist.\n" ! #: ../setedit/editmain.cc:2676 #, c-format msgid "" *************** *** 4516,4520 **** "\n" ! #: ../setedit/editmain.cc:2687 #, c-format msgid "" --- 4516,4520 ---- "\n" ! #: ../setedit/editmain.cc:2678 #, c-format msgid "" *************** *** 4525,4534 **** "\n" ! #: ../setedit/editmain.cc:2692 #, c-format msgid "press ENTER to continue\n" msgstr "Drücken Sie EINGABE, um fortzufahren\n" ! #: ../setedit/editmain.cc:2701 msgid "" "\n" --- 4525,4534 ---- "\n" ! #: ../setedit/editmain.cc:2683 #, c-format msgid "press ENTER to continue\n" msgstr "Drücken Sie EINGABE, um fortzufahren\n" ! #: ../setedit/editmain.cc:2692 msgid "" "\n" *************** *** 4540,4556 **** "\n" ! #: ../setedit/editmain.cc:2730 msgid "Memory is nearly full. Please exit, and restart." msgstr "Speicher ist fast voll. Bitte starten Sie SET' Editor neu." ! #: ../setedit/editmain.cc:2979 msgid "Setedit " msgstr "Setedit " ! #: ../setedit/editmain.cc:2981 msgid ". Copyright (c) " msgstr "" ! #: ../setedit/editmain.cc:2983 #, fuzzy msgid "" --- 4540,4556 ---- "\n" ! #: ../setedit/editmain.cc:2721 msgid "Memory is nearly full. Please exit, and restart." msgstr "Speicher ist fast voll. Bitte starten Sie SET' Editor neu." ! #: ../setedit/editmain.cc:2970 msgid "Setedit " msgstr "Setedit " ! #: ../setedit/editmain.cc:2972 msgid ". Copyright (c) " msgstr "" ! #: ../setedit/editmain.cc:2974 #, fuzzy msgid "" *************** *** 4559,4563 **** msgstr "von Salvador Eduardo Tropea" ! #: ../setedit/editmain.cc:2985 msgid "" "setedit [options] [file_name ...]\n" --- 4559,4563 ---- msgstr "von Salvador Eduardo Tropea" ! #: ../setedit/editmain.cc:2976 msgid "" "setedit [options] [file_name ...]\n" *************** *** 4567,4571 **** "\n" ! #: ../setedit/editmain.cc:2987 msgid "" "+[line number] jumps to the specified line. It only affects the " --- 4567,4571 ---- "\n" ! #: ../setedit/editmain.cc:2978 msgid "" "+[line number] jumps to the specified line. It only affects the " *************** *** 4577,4585 **** msgstr "" ! #: ../setedit/editmain.cc:2991 msgid "-c, --cascade: arranges the windows using cascade style.\n" msgstr "-c, --cascade: ordnet die Fenster überlappend an.\n" ! #: ../setedit/editmain.cc:2993 msgid "" "-C, --control-pipe fn opens fn as a named pipe (FIFO) to receive " --- 4577,4585 ---- msgstr "" ! #: ../setedit/editmain.cc:2982 msgid "-c, --cascade: arranges the windows using cascade style.\n" msgstr "-c, --cascade: ordnet die Fenster überlappend an.\n" ! #: ../setedit/editmain.cc:2984 msgid "" "-C, --control-pipe fn opens fn as a named pipe (FIFO) to receive " *************** *** 4587,4591 **** msgstr "" ! #: ../setedit/editmain.cc:2995 msgid "" "-d, --stack-dbg=n: indicates which method will be used in the event of " --- 4587,4591 ---- msgstr "" ! #: ../setedit/editmain.cc:2986 msgid "" "-d, --stack-dbg=n: indicates which method will be used in the event of " *************** *** 4596,4600 **** msgstr "" ! #: ../setedit/editmain.cc:3000 msgid "" " 2: dump unsaved buffers and call debugger to get\n" --- 4596,4600 ---- msgstr "" ! #: ../setedit/editmain.cc:2991 msgid "" " 2: dump unsaved buffers and call debugger to get\n" *************** *** 4603,4607 **** msgstr "" ! #: ../setedit/editmain.cc:3004 msgid "" "-f, --file-list file_n: loads the files listed in file_n, each line in " --- 4603,4607 ---- msgstr "" ! #: ../setedit/editmain.cc:2995 msgid "" "-f, --file-list file_n: loads the files listed in file_n, each line in " *************** *** 4612,4616 **** " der pro Zeile NUR EINE Datei stehen darf.\n" ! #: ../setedit/editmain.cc:3006 msgid "" "-h, --help: displays this text ;-).\n" --- 4612,4616 ---- " der pro Zeile NUR EINE Datei stehen darf.\n" ! #: ../setedit/editmain.cc:2997 msgid "" "-h, --help: displays this text ;-).\n" *************** *** 4620,4624 **** "\n" ! #: ../setedit/editmain.cc:3008 msgid "" "-k, --use-rh-52-keys: enables the Red Hat 5.2 style keyboard mapping.\n" --- 4620,4624 ---- "\n" ! #: ../setedit/editmain.cc:2999 msgid "" "-k, --use-rh-52-keys: enables the Red Hat 5.2 style keyboard mapping.\n" *************** *** 4626,4634 **** "-k, --use-rh-52-keys schaltet das Red Hat 5.2 Tastatur mapping ein\n" ! #: ../setedit/editmain.cc:3010 msgid "-K, --keybind file_name: uses the specified name as keybinding file.\n" msgstr "" ! #: ../setedit/editmain.cc:3012 msgid "-l, --force-no-lfn: avoids the use of long file names under W9x.\n" msgstr "" --- 4626,4634 ---- "-k, --use-rh-52-keys schaltet das Red Hat 5.2 Tastatur mapping ein\n" ! #: ../setedit/editmain.cc:3001 msgid "-K, --keybind file_name: uses the specified name as keybinding file.\n" msgstr "" ! #: ../setedit/editmain.cc:3003 msgid "-l, --force-no-lfn: avoids the use of long file names under W9x.\n" msgstr "" *************** *** 4636,4653 **** " unter Win9x\n" ! #: ../setedit/editmain.cc:3013 msgid "-L, --force-lfn: forces the use of long file names under W9x.\n" msgstr "-L, --force-lfn: lange Dateinamen unter Win9x erzwingen.\n" ! #: ../setedit/editmain.cc:3014 #, fuzzy msgid "-m, --no-mouse-hook: don't hook the mouse interrupt, poll it.\n" msgstr "-m, --no-mouse-hook: Schaltet Verwendung des Mausinterrupts aus.\n" ! #: ../setedit/editmain.cc:3017 msgid "-M, --no-mixer: disable board level mixer.\n" msgstr "" ! #: ../setedit/editmain.cc:3019 msgid "" "-p, --project file_name: loads the indicated project, if the file doesn't " --- 4636,4653 ---- " unter Win9x\n" ! #: ../setedit/editmain.cc:3004 msgid "-L, --force-lfn: forces the use of long file names under W9x.\n" msgstr "-L, --force-lfn: lange Dateinamen unter Win9x erzwingen.\n" ! #: ../setedit/editmain.cc:3005 #, fuzzy msgid "-m, --no-mouse-hook: don't hook the mouse interrupt, poll it.\n" msgstr "-m, --no-mouse-hook: Schaltet Verwendung des Mausinterrupts aus.\n" ! #: ../setedit/editmain.cc:3008 msgid "-M, --no-mixer: disable board level mixer.\n" msgstr "" ! #: ../setedit/editmain.cc:3010 msgid "" "-p, --project file_name: loads the indicated project, if the file doesn't " *************** *** 4658,4662 **** " wenn die Datei nicht existiert.\n" ! #: ../setedit/editmain.cc:3021 msgid "" "-r, --no-redirect: disables the stderr redirection. Only used during\n" --- 4658,4662 ---- " wenn die Datei nicht existiert.\n" ! #: ../setedit/editmain.cc:3012 msgid "" "-r, --no-redirect: disables the stderr redirection. Only used during\n" *************** *** 4666,4670 **** " Debugging benutzt.\n" ! #: ../setedit/editmain.cc:3024 msgid "" "-S, --low-vga-save: use low level functions to save/restore VGA state.\n" --- 4666,4670 ---- " Debugging benutzt.\n" ! #: ../setedit/editmain.cc:3015 msgid "" "-S, --low-vga-save: use low level functions to save/restore VGA state.\n" *************** *** 4673,4682 **** " der VGA Karte verwenden.\n" ! #: ../setedit/editmain.cc:3026 #, fuzzy msgid "-t, --tile-vert: the windows are arranged vertically.\n" msgstr "-t, --tile-vert: ordnet die Fenster vertikal geteilt an.\n" ! #: ../setedit/editmain.cc:3027 #, fuzzy msgid "-T, --tile-horiz: the windows are arranged horizontally.\n" --- 4673,4682 ---- " der VGA Karte verwenden.\n" ! #: ../setedit/editmain.cc:3017 #, fuzzy msgid "-t, --tile-vert: the windows are arranged vertically.\n" msgstr "-t, --tile-vert: ordnet die Fenster vertikal geteilt an.\n" ! #: ../setedit/editmain.cc:3018 #, fuzzy msgid "-T, --tile-horiz: the windows are arranged horizontally.\n" |