~ubuntu-branches/ubuntu/natty/xz-utils/natty

« back to all changes in this revision

Viewing changes to src/liblzma/lzma/lzma_encoder_optimum_fast.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Nieder
  • Date: 2009-11-01 00:22:04 UTC
  • mfrom: (1.1.1 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091101002204-5buej0pj86dyz053
Tags: 4.999.9beta+20091016-1
* New upstream snapshot, taken from upstream commit 78e92c1.
* Drop xzmore.1 patch, applied upstream.
* debian/rules: Disable assembler optimizations on hurd. (Closes: #553331)
* debian/control: Clarify binary package descriptions.  Thanks to
  Justin B Rye and Ben Finney for the text.
* debian/rules get-orig-source: Use commit date (instead of last patch
  date) to name snapshots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
//
3
3
/// \file       lzma_encoder_optimum_fast.c
4
4
//
5
 
//  Copyright (C) 1999-2008 Igor Pavlov
6
 
//
7
 
//  This library is free software; you can redistribute it and/or
8
 
//  modify it under the terms of the GNU Lesser General Public
9
 
//  License as published by the Free Software Foundation; either
10
 
//  version 2.1 of the License, or (at your option) any later version.
11
 
//
12
 
//  This library is distributed in the hope that it will be useful,
13
 
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
 
//  Lesser General Public License for more details.
 
5
//  Author:     Igor Pavlov
 
6
//
 
7
//  This file has been put into the public domain.
 
8
//  You can do whatever you want with this file.
16
9
//
17
10
///////////////////////////////////////////////////////////////////////////////
18
11