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

« back to all changes in this revision

Viewing changes to scanner.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/scanner.lisp,v 1.35 2008/07/23 22:25:15 edi Exp $
 
2
;;; $Header: /usr/local/cvsrep/cl-ppcre/scanner.lisp,v 1.36 2009/09/17 19:17:31 edi Exp $
3
3
 
4
4
;;; Here the scanner for the actual regex as well as utility scanners
5
5
;;; for the constant start and end strings are created.
6
6
 
7
 
;;; Copyright (c) 2002-2008, Dr. Edmund Weitz. All rights reserved.
 
7
;;; Copyright (c) 2002-2009, Dr. Edmund Weitz. All rights reserved.
8
8
 
9
9
;;; Redistribution and use in source and binary forms, with or without
10
10
;;; modification, are permitted provided that the following conditions