Skip to content

Commit 212380e

Browse files
author
nenolod
committedJan 25, 2007
[svn] - the new plan:
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff
0 parents  commit 212380e

File tree

430 files changed

+122424
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

430 files changed

+122424
-0
lines changed
 

‎.cvsignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
config.log
2+
config.cache
3+
config.status
4+
autom4te.cache
5+
Makefile
6+
lint.out
7+
rsa_respond.tar.gz
8+
.depend

‎.indent.pro

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
/* $Id: .indent.pro 238 2005-09-21 05:26:03Z nenolod $ */
2+
3+
/* copy this file to the source dir then run indent file.c */
4+
5+
--gnu-style
6+
7+
/* This is the indent before the brace not inside the block. */
8+
--brace-indent0
9+
10+
/* Indent case: by 2 and braces inside case by 0(then by 0)... */
11+
--case-brace-indentation0
12+
--case-indentation2
13+
14+
--indent-level8
15+
16+
/* Put while() on the brace from do... */
17+
--cuddle-do-while
18+
19+
/* Disable an annoying format... */
20+
--no-space-after-function-call-names
21+
22+
/* Disable an annoying format... */
23+
--dont-break-procedure-type
24+
25+
/* Disable an annoying format... */
26+
--no-space-after-casts
27+
28+
--line-length200
29+
30+
/* typedefs */
31+
-T boolean_t
32+
-T node_t
33+
-T list_t
34+
-T tld_t
35+
-T kline_t
36+
-T EVH
37+
-T sra_t
38+
-T server_t
39+
-T user_t
40+
-T channel_t
41+
-T chanuser_t
42+
-T myuser_t
43+
-T mychan_t
44+
-T chanacs_t
45+
-T CONFIGENTRY
46+
-T CONFIGFILE
47+
-T Block
48+
-T MemBlock
49+
-T BlockHeap

0 commit comments

Comments
 (0)
Please sign in to comment.