From 29b578e6cdede6d9777b8dcf20d09b4aec10ba6c Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 13 Jan 2021 16:04:52 -0500 Subject: Move text "lexer" to hilex.c --- bin/text.l | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 bin/text.l (limited to 'bin/text.l') diff --git a/bin/text.l b/bin/text.l deleted file mode 100644 index 78ebb7a2..00000000 --- a/bin/text.l +++ /dev/null @@ -1,35 +0,0 @@ -/* Copyright (C) 2020 June McEnroe - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - */ - -%option prefix="text" -%option noyywrap - -%{ -#include "hilex.h" -%} - -%% - -.*"\n"? { return Normal; } - -%{ - (void)yyunput; - (void)input; -%} - -%% - -const struct Lexer LexText = { yylex, &yyin, &yytext }; -- cgit 1.4.1 389794de5d5222c91a0129873e95c&follow=1'>commit diff
Commit message (Expand)Author
2014-01-19README: document pkg-config for luajitJason A. Donenfeld
2014-01-17makefile: bump versionJason A. Donenfeld
2014-01-17mailmap: source before lighttpdJason A. Donenfeld
2014-01-17ui-shared: do not allow negative minutesJason A. Donenfeld
2014-01-17auth: document tweakables in lua scriptJason A. Donenfeld
2014-01-17repolist: make owner clickable to searchJason A. Donenfeld
2014-01-17ui-shared: move about tab all the way to the leftJason A. Donenfeld
2014-01-17filter: don't forget to reap the auth filterJason A. Donenfeld
2014-01-17cgit.c: free tmp variableJason A. Donenfeld
2014-01-17Switch to exclusively using global ctxLukas Fleischer
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld
2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld
2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld
2014-01-16t0111: Additions and fixesLukas Fleischer
2014-01-16parsing.c: Remove leading space from committerLukas Fleischer