home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.0.254 < prev    next >
Encoding:
Internet Message Format  |  2002-02-20  |  2.1 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.254 (extra)
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.0.254 (extra)
  11. Problem:    Borland C++ 5.5: Checking for stack overflow doesn't work
  12.         correctly.  Matters when using a complicated regexp.
  13. Solution:   Remove -N- from Make_bc5.mak. (Yasuhiro Matsumoto)
  14. Files:        src/Make_bc5.mak
  15.  
  16.  
  17. *** ../vim60.253/src/Make_bc5.mak    Wed Sep  5 21:16:14 2001
  18. --- src/Make_bc5.mak    Thu Feb 21 20:13:00 2002
  19. ***************
  20. *** 190,198 ****
  21.   OPT = -Od -N
  22.   !else
  23.   !if ($(OPTIMIZE)==SPACE)
  24. ! OPT = -O1 -f- -N- -d
  25.   !else
  26. ! OPT = -O2 -f- -d -N- -Oca -O
  27.   !endif
  28.   !if ("$(FASTCALL)"=="yes")
  29.   OPT = $(OPT) -pr
  30. --- 190,198 ----
  31.   OPT = -Od -N
  32.   !else
  33.   !if ($(OPTIMIZE)==SPACE)
  34. ! OPT = -O1 -f- -d
  35.   !else
  36. ! OPT = -O2 -f- -d -Oca -O
  37.   !endif
  38.   !if ("$(FASTCALL)"=="yes")
  39.   OPT = $(OPT) -pr
  40. ***************
  41. *** 377,383 ****
  42.   CC   = $(BOR)\BIN\Bcc32
  43.   LFLAGS    = -OS -r -Tpe -c -m -L$(LIB) $(DEBUG) $(LINK2)
  44.   LFLAGSDLL  = -Tpd -c -m -L$(LIB) $(DEBUG) $(LINK2)
  45. ! CFLAGS = -w- -w-aus -w-par -I$(INCLUDE) -P- -d -x- -RT- -k- -Oi $(HEADERS) -N- -f-
  46.   !endif
  47.   
  48.   CC1 = -c
  49. --- 377,383 ----
  50.   CC   = $(BOR)\BIN\Bcc32
  51.   LFLAGS    = -OS -r -Tpe -c -m -L$(LIB) $(DEBUG) $(LINK2)
  52.   LFLAGSDLL  = -Tpd -c -m -L$(LIB) $(DEBUG) $(LINK2)
  53. ! CFLAGS = -w- -w-aus -w-par -I$(INCLUDE) -P- -d -x- -RT- -k- -Oi $(HEADERS) -f-
  54.   !endif
  55.   
  56.   CC1 = -c
  57. *** ../vim60.253/src/version.c    Thu Feb 21 20:12:16 2002
  58. --- src/version.c    Thu Feb 21 20:19:23 2002
  59. ***************
  60. *** 608,609 ****
  61. --- 608,611 ----
  62.   {   /* Add new patch number below this line */
  63. + /**/
  64. +     254,
  65.   /**/
  66.  
  67. -- 
  68. Engineers are widely recognized as superior marriage material: intelligent,
  69. dependable, employed, honest, and handy around the house.
  70.                 (Scott Adams - The Dilbert principle)
  71.  
  72.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  73. ///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
  74. \\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  75.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  76.