Commit Graph

2446 Commits

Author SHA1 Message Date
avsm
b613748f78 initial import of cil-1.2.5
--
CIL (C Intermediate Language) is a high-level representation along
with a set of tools that permit easy analysis and source-to-source
transformation of C programs.

CIL is both lower-level than abstract-syntax trees, by clarifying
ambiguous constructs and removing redundant ones, and also higher-level
than typical intermediate languages designed for compilation, by
maintaining types and a close relationship with the source program.
The main advantage of CIL is that it compiles all valid C programs
into a few core constructs with a very clean semantics. Also CIL
has a syntax-directed type system that makes it easy to analyze and
manipulate C programs. Furthermore, the CIL front-end is able to
process not only ANSI-C programs but also those using Microsoft C
or GNU C extensions.
2004-06-20 16:08:28 +00:00
kevlo
a97cb9ba3a update to swing 1.3.21 2004-06-17 04:47:46 +00:00
avsm
bb7427aea9 update to chora-1.2.2, includes the security fixes from previous commit 2004-06-12 21:53:50 +00:00
avsm
ac8a598f19 security, bump to chora-1.2p1, check diff inputs 2004-06-12 19:18:36 +00:00
naddy
5873f51b97 update to 4.1.3 (bug fixes) 2004-06-10 16:26:29 +00:00
xsa
9d5abbf936 + tla 2004-06-10 07:52:43 +00:00
xsa
3eb1bd12b2 Initial import of tla-1.2
tla is an Arch CLI written in C.

Arch is a revision control system, i.e. a system that makes it easy to
track changes to computer files, mostly the source code to complex
software systems.

It has the following features that set it apart from other revision
control systems, such as CVS, Subversion or Bitkeeper:

- distributed repositories
- advanced merging capabilities
- low barrier of entry : everybody can easily publish their changes to
  others projects. Repositories can be hosted on HTTP, FTP SFTP and
  WebDav server.
- renames handled
- archive signing and integrity checking : a facility by which the
  integrity of a publicly accessible archive can be verified.

Submitted and maintained by Laurent Cheylus <foxy ta free tod fr>
2004-06-10 07:50:43 +00:00
msf
955393f142 +p5-Carp-Assert
+p5-Devel-Cycle
+p5-Test-Inline
+p5-Test-Memory-Cycle
2004-06-10 02:33:12 +00:00
msf
e4d551d4f8 Initial import of Test-Memory-Cycle-0.02
A thin Test::More-compatible wrapper around Lincoln Stein's Devel::Cycle
module.
2004-06-10 02:30:39 +00:00
msf
01a10b841d Initial import of Test-Inline-0.16
Embedding tests allows tests to be placed near the code its testing.
This is a nice supplement to the traditional .t files. It's like XUnit,
Perl-style.
2004-06-10 02:28:32 +00:00
msf
1614c30e55 Initial import of Devel-Cycle-1.02
This is a simple developer's tool for finding circular references in
objects and other types of references. Because of Perl's reference-count
based memory management, circular references will cause memory leaks.
2004-06-10 02:26:13 +00:00
msf
e338a21231 Initial import of Carp-Assert-0.18
Assertions are the explict expressions of your assumptions about the
reality your program is expected to deal with, and a declaration of
those which it is not. They are used to prevent your program from
blissfully processing garbage inputs (garbage in, garbage out becomes
garbage in, error out) and to tell you when you've produced garbage
output.
2004-06-10 02:24:04 +00:00
msf
a92766ff53 +p5-Test-Pod
+p5-Test-Pod-Coverage
+p5-Test-Taint
2004-06-10 01:38:23 +00:00
msf
eb55a3f2d9 Initial import of Test-Taint-1.02
When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your
data, in standard Test::More style.
2004-06-10 01:36:18 +00:00
msf
f3bf9b3fb8 Initial import of p5-Test-Pod-Coverage-1.04
Checks for POD coverage in files for your distribution.
2004-06-10 01:35:04 +00:00
msf
ce4797c986 Initial import of Test-Pod-1.16
Test::Pod lets you check the validity of a POD file, and report its
results in standard Test::Simple fashion.
2004-06-10 01:33:45 +00:00
naddy
e2a0b92be1 Update to 1.6.1, partially via Morten Liebach <m@mongers.org>.
From: Kurt Miller <truk@optonline.net>.
2004-06-05 16:56:39 +00:00
sturm
cbe7bc983c fix build on -current, from maintainer Kurt Miller <truk at optonline.net>
update NO_SYSTRACE comment
2004-06-02 15:23:20 +00:00
msf
8f3f75804b +p5-Test-Differences 2004-06-01 23:29:29 +00:00
msf
7407e0c3fa Initial import of p5-Test-Differences-0.47
When the code you're testing returns multiple lines, records or data
structures and they're just plain wrong, an equivalent to the Unix
"diff" utility may be just what's needed.

ok sturm@
2004-06-01 23:21:40 +00:00
msf
a2d83093bf +p5-Devel-Symdump
+p5-Pod-Coverage
2004-06-01 02:16:17 +00:00
msf
cf8417ae72 Initial import of Pod-Coverage-0.13
This module provides a mechanism for determining if the pod for a given
module is comprehensive.

ok sturm@
2004-06-01 02:11:10 +00:00
msf
61fbe91856 Fix word wrap to less than 72. oops 2004-06-01 02:09:34 +00:00
msf
193cee6d46 Initial import of Devel-Symdump-2.03
Devel::Symdump provides a convenient way to inspect perl's symbol table 
and the class hierarchy within a running program.

ok sturm@
2004-06-01 02:07:19 +00:00
avsm
729cf863bb +p5-Test-Builder-Tester 2004-05-29 21:11:36 +00:00
avsm
298cfd2cca initial import of Test-Builder-Tester-0.09
--
This module helps to lint automated tests created with the
Test::Builder module.
2004-05-29 21:10:02 +00:00
naddy
38f5506647 fix directory deletion 2004-05-28 18:40:54 +00:00
sturm
4d61da0e1a fix build
spotted by naddy@
2004-05-28 15:38:23 +00:00
sturm
926d447532 wrongly imported 2004-05-26 11:28:46 +00:00
msf
c1e28458ca +p5-Module-Build 2004-05-26 11:23:28 +00:00
msf
d00550f237 Initial import of Module-Build-0.25
"Module::Build" is a system for building, testing, and installing Perl
modules. It is meant to be a replacement for "ExtUtils::MakeMaker".
Developers may alter the behavior of the module through subclassing in a
much more straightforward way than with "MakeMaker". It also does not
require a "make" on your system, most of the "Module::Build" code is
pure-perl and written in a very cross-platform way.

ok sturm@
2004-05-26 11:16:49 +00:00
jolan
0bcafadfc8 update to 2.0.11 2004-05-23 23:07:40 +00:00
sturm
b2c801e8e3 update to splint 3.1.1
based on a diff by Emil Mikulic <emikulic at dmr.ath.cx>
2004-05-23 15:41:07 +00:00
msf
b3f9b2348e +p5-ExtUtils-CBuilder
+p5-ExtUtils-ParseXS
2004-05-21 22:13:24 +00:00
msf
b759bf01e2 Initial import of ExtUtils-ParseXS-2.08
"ExtUtils::ParseXS" will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and
creates the glue necessary to let Perl access those functions.

ok sturm@
2004-05-21 22:11:47 +00:00
msf
9ce363548c Initial import of ExtUtils-CBuilder-0.02
This module can build the C portions of Perl modules by invoking the
appropriate compilers and linkers in a cross-platform manner.  It was
motivated by the "Module::Build" project, but may be useful for other
purposes as well.  However, it is not intended as a general
cross-platform interface to all your C building needs.

ok sturm@
2004-05-21 22:09:56 +00:00
msf
a05a572304 + p5-Universal-moniker 2004-05-21 11:34:39 +00:00
msf
709dc89d13 Initial import of Universal-moniker-0.07
Class names in Perl often don't sound great when spoken, or look good
when written in prose.  For this reason, we tend to say things like
"customer" or "basket" when we are referring to
"My::Site::User::Customer" or "My::Site::Shop::Basket".  We thought it
would be nice if our classes knew what we would prefer to call them.

This module will add a "moniker" (and "plural_moniker") method to 
"UNIVERSAL", and so to every class or module.

ok sturm@
2004-05-21 11:33:16 +00:00
brad
3dc2a5bef7 sync with in-tree binutils
Remove a build warning by reverting to old method of testing for
HAVE_DECL_GETOPT. pointed out by a few.
2004-05-21 00:07:02 +00:00
brad
618289bb9f sync with in-tree binutils
Add dis-init.c from gdb 6.1.
2004-05-20 23:11:58 +00:00
sturm
8370fdfdda +p5-Universal-exports 2004-05-20 11:16:49 +00:00
sturm
53981091b0 Initial import of UNIVERSAL-exports 0.03
Lightweight universal exporting and requiring of variables.

from Sam Smith <S at msmith.net>
2004-05-20 11:14:50 +00:00
sturm
b7d27296c9 these were imported into the wrong category, sorry 2004-05-20 10:53:00 +00:00
sturm
9f24ed1815 Initial import of DBIx-ContectualFetch 1.01
DBIx::ContextualFetch redefines some of the various fetch
methods to add context sensitivity.

from Sam Smith <S at msmith.net>
2004-05-20 10:46:40 +00:00
sturm
94c563cb62 Initial import of SQL-Abstract 1.15
This module generates SQL, while retaining complete control
over statement handles and uses the DBI interface. The
underlying idea is for this module to do what you mean,
based on the data structures you provide it. The big
advantage is that you don't have to modify your code every
time your data changes, as this module figures it out.

from Sam Smith <S at msmith.net>
2004-05-20 10:44:45 +00:00
msf
f274b6c375 Fix minor typo 2004-05-19 21:21:43 +00:00
msf
180202a2f1 + p5-B-Deobfuscate
+ p5-B-Keywords
+ p5-YAML

ok sturm@
2004-05-19 21:19:29 +00:00
msf
62802a17e9 Initial import of B-Keywords-0.06
B::Keywords supplies lists of keywords used inside the perl language.
It is used by modules like B::Deparse and B::Deobfuscate

ok sturm@
2004-05-19 21:17:05 +00:00
msf
46f173dde5 Initial import of B-Deobfuscate-0.10
B::DeObfuscate is a backend module for the Perl compiler that generates
perl source code, based on the internal compiled structure that perl
itself creates after parsing a program. It adds symbol renaming
functions to the B::Deparse module. An obfuscated program is already
parsed and interpreted correctly by the B::Deparse program.
Unfortunately, if the obfuscation involved variable renaming then the
resulting program also has obfuscated symbols.

ok sturm@
2004-05-19 21:15:47 +00:00
msf
5b02444b6d Initial import of YAML-0.35
YAML is a generic data serialization language that is optimized for
human readability. It can be used to express the data structures of most
modern programming languages.

ok sturm@
2004-05-19 21:13:34 +00:00