To: vim-dev@vim.org Subject: Patch 6.0.254 (extra) Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.0.254 (extra) Problem: Borland C++ 5.5: Checking for stack overflow doesn't work correctly. Matters when using a complicated regexp. Solution: Remove -N- from Make_bc5.mak. (Yasuhiro Matsumoto) Files: src/Make_bc5.mak *** ../vim60.253/src/Make_bc5.mak Wed Sep 5 21:16:14 2001 --- src/Make_bc5.mak Thu Feb 21 20:13:00 2002 *************** *** 190,198 **** OPT = -Od -N !else !if ($(OPTIMIZE)==SPACE) ! OPT = -O1 -f- -N- -d !else ! OPT = -O2 -f- -d -N- -Oca -O !endif !if ("$(FASTCALL)"=="yes") OPT = $(OPT) -pr --- 190,198 ---- OPT = -Od -N !else !if ($(OPTIMIZE)==SPACE) ! OPT = -O1 -f- -d !else ! OPT = -O2 -f- -d -Oca -O !endif !if ("$(FASTCALL)"=="yes") OPT = $(OPT) -pr *************** *** 377,383 **** CC = $(BOR)\BIN\Bcc32 LFLAGS = -OS -r -Tpe -c -m -L$(LIB) $(DEBUG) $(LINK2) LFLAGSDLL = -Tpd -c -m -L$(LIB) $(DEBUG) $(LINK2) ! CFLAGS = -w- -w-aus -w-par -I$(INCLUDE) -P- -d -x- -RT- -k- -Oi $(HEADERS) -N- -f- !endif CC1 = -c --- 377,383 ---- CC = $(BOR)\BIN\Bcc32 LFLAGS = -OS -r -Tpe -c -m -L$(LIB) $(DEBUG) $(LINK2) LFLAGSDLL = -Tpd -c -m -L$(LIB) $(DEBUG) $(LINK2) ! CFLAGS = -w- -w-aus -w-par -I$(INCLUDE) -P- -d -x- -RT- -k- -Oi $(HEADERS) -f- !endif CC1 = -c *** ../vim60.253/src/version.c Thu Feb 21 20:12:16 2002 --- src/version.c Thu Feb 21 20:19:23 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 254, /**/ -- Engineers are widely recognized as superior marriage material: intelligent, dependable, employed, honest, and handy around the house. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///