~ubuntu-branches/ubuntu/vivid/cl-ppcre/vivid

« back to all changes in this revision

Viewing changes to repetition-closures.lisp

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2012-01-31 00:46:05 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20120131004605-wep4yoii8uzsup2p
Tags: upstream-2.0.3
ImportĀ upstreamĀ versionĀ 2.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-PPCRE; Base: 10 -*-
2
 
;;; $Header: /usr/local/cvsrep/cl-ppcre/repetition-closures.lisp,v 1.33 2008/07/06 18:12:05 edi Exp $
 
2
;;; $Header: /usr/local/cvsrep/cl-ppcre/repetition-closures.lisp,v 1.34 2009/09/17 19:17:31 edi Exp $
3
3
 
4
4
;;; This is actually a part of closures.lisp which we put into a
5
5
;;; separate file because it is rather complex. We only deal with
7
7
;;; rather crazy micro-optimizations which were introduced to be as
8
8
;;; competitive with Perl as possible in tight loops.
9
9
 
10
 
;;; Copyright (c) 2002-2008, Dr. Edmund Weitz. All rights reserved.
 
10
;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved.
11
11
 
12
12
;;; Redistribution and use in source and binary forms, with or without
13
13
;;; modification, are permitted provided that the following conditions