~ubuntu-branches/ubuntu/precise/xz-utils/precise

« back to all changes in this revision

Viewing changes to src/liblzma/common/stream_buffer_decoder.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:
3
3
/// \file       stream_buffer_decoder.c
4
4
/// \brief      Single-call .xz Stream decoder
5
5
//
6
 
//  Copyright (C) 2009 Lasse Collin
7
 
//
8
 
//  This library is free software; you can redistribute it and/or
9
 
//  modify it under the terms of the GNU Lesser General Public
10
 
//  License as published by the Free Software Foundation; either
11
 
//  version 2.1 of the License, or (at your option) any later version.
12
 
//
13
 
//  This library is distributed in the hope that it will be useful,
14
 
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
 
//  Lesser General Public License for more details.
 
6
//  Author:     Lasse Collin
 
7
//
 
8
//  This file has been put into the public domain.
 
9
//  You can do whatever you want with this file.
17
10
//
18
11
///////////////////////////////////////////////////////////////////////////////
19
12