aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorax006ho <j.hoffmann@fh-aachen.de>2019-02-27 22:16:14 +0100
committerax006ho <j.hoffmann@fh-aachen.de>2019-02-27 22:16:14 +0100
commitc4a61c1cb554a354f8b4d6714a41419175196738 (patch)
tree305d638fdf6306072515d6edee3a17c121d86913
parentc949cd4daf2289703b7060607d3dcae48e4a3b5d (diff)
downloadlistings-c4a61c1cb554a354f8b4d6714a41419175196738.tar.gz
listings-c4a61c1cb554a354f8b4d6714a41419175196738.tar.bz2
corrected two issues mentioned by the Debian bug trackerorigin/tags/v1.8b
-rw-r--r--lstdrvrs.dtx14
1 files changed, 10 insertions, 4 deletions
diff --git a/lstdrvrs.dtx b/lstdrvrs.dtx
index 72c2e3b..4c42f69 100644
--- a/lstdrvrs.dtx
+++ b/lstdrvrs.dtx
@@ -2925,7 +2925,10 @@ morecomment=[l]!%
% comment in Lisp} for the `single comment' delimiters. The keywords are the
% `one-word' functions and macros of Common Lisp, i.e.~words not containing a
% minus. But I left out the \texttt{caaaar}, \ldots{} functions.
-% If anyone types them in, I'd like to get them.
+% If anyone types them in, I'd like to get them. \lsthelper{Hilmar
+% Preuße}{hille42@web.de}{2019/01/28} informed about an issue mentioned at
+% \url{https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499422}{sensitive
+% is false}, the issue got corrected.
% \begingroup
% \begin{macrocode}
%<*lang2>
@@ -2969,7 +2972,7 @@ morecomment=[l]!%
incf,iterate,labels,let,locally,loop,macrolet,mapping,or,pop,%
producing,prog,psetf,psetq,push,pushnew,remf,return,rotatef,%
setf,shiftf,step,time,trace,typecase,unless,untrace,when},%
- sensitive,% ???
+ sensitive=false,% ???
alsodigit=-,%
morecomment=[l];,%
morecomment=[s]{\#|}{|\#},% 1997 Aslak Raanes
@@ -8486,7 +8489,10 @@ literate=%
% keywords, ditto \lsthelper{Torsten~Flatter}{Thorsten.Flatter@T-Systems.de}
% {2002/10/15}{missing keywords}, \lsthelper{Robert~Frank}{rf7@ukc.ac.uk}
% {2002/11/19}{missing keywords} and \lsthelper{Dirk~Jesko}
-% {jesko@iti.cs.uni-magdeburg.de}{2003/06/03}{extended SQL definition}.
+% {jesko@iti.cs.uni-magdeburg.de}{2003/06/03}{extended SQL definition}. \lsthelper{Hilmar
+% Preuße}{hille42@web.de}{2019/01/28}{added keyword} informed about an issue mentioned at
+% \url{https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626521}, the issue
+% got corrected.
% \begingroup
% \begin{macrocode}
%<*lang1>
@@ -8500,7 +8506,7 @@ literate=%
%%
\lst@definelanguage{SQL}%
{morekeywords={ABSOLUTE,ACTION,ADD,ALLOCATE,ALTER,ARE,AS,ASSERTION,%
- AT,BETWEEN,BIT_LENGTH,BOTH,BY,CASCADE,CASCADED,CASE,CAST,%
+ AT,BEGIN,BETWEEN,BIT_LENGTH,BOTH,BY,CASCADE,CASCADED,CASE,CAST,%
CATALOG,CHAR_LENGTH,CHARACTER_LENGTH,CLUSTER,COALESCE,%
COLLATE,COLLATION,COLUMN,CONNECT,CONNECTION,CONSTRAINT,%
CONSTRAINTS,CONVERT,CORRESPONDING,CREATE,CROSS,CURRENT_DATE,%

Return to:

Send suggestions and report system problems to the System administrator.