Skip to content
Snippets Groups Projects
  1. Apr 12, 2011
  2. Apr 11, 2011
  3. Apr 10, 2011
    • Lasse Collin's avatar
      Revise mythread.h. · 9f0a806a
      Lasse Collin authored
      This adds:
      
        - mythread_sync() macro to create synchronized blocks
      
        - mythread_cond structure and related functions
          and macros for condition variables with timed
          waiting using a relative timeout
      
        - mythread_create() to create a thread with all
          signals blocked
      
      Some of these wouldn't need to be inline functions,
      but I'll keep them this way for now for simplicity.
      
      For timed waiting on a condition variable, librt is
      now required on some systems to use clock_gettime().
      configure.ac was updated to handle this.
      9f0a806a
    • Lasse Collin's avatar
      liblzma: Make lzma_stream_encoder_init() static. · 352ac82d
      Lasse Collin authored
      It's an internal function and it's not needed by
      anything outside stream_encoder.c.
      352ac82d
    • Lasse Collin's avatar
    • Lasse Collin's avatar
      xz/DOS: Add experimental 8.3 filename support. · ebd54dbd
      Lasse Collin authored
      This is incompatible with the 8.3 support patch made by
      Juan Manuel Guerrero. I think this one is nicer, but
      I need to get feedback from DOS users before saying
      that this is the final version of 8.3 filename support.
      ebd54dbd
    • Lasse Collin's avatar
      xz/DOS: Be more careful with the destination file. · cd4fe978
      Lasse Collin authored
      Try to avoid overwriting the source file if --force is
      used and the generated destination filename refers to
      the source file. This can happen with 8.3 filenames where
      extra characters are ignored.
      
      If the generated output file refers to a special file
      like "con" or "prn", refuse to write to it even if --force
      is used.
      cd4fe978
  4. Apr 09, 2011
  5. Apr 08, 2011
  6. Apr 05, 2011
  7. Apr 02, 2011
  8. Apr 01, 2011
  9. Mar 31, 2011
Loading