]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
8 years agochanged scope to avoid errors
Paul Cruz [Tue, 20 Jun 2017 00:43:16 +0000 (17:43 -0700)] 
changed scope to avoid errors

8 years agoadhere to min dict size
Paul Cruz [Tue, 20 Jun 2017 00:37:14 +0000 (17:37 -0700)] 
adhere to min dict size

8 years agochanged dictionary to stay reasonable size during test
Paul Cruz [Tue, 20 Jun 2017 00:34:50 +0000 (17:34 -0700)] 
changed dictionary to stay reasonable size during test

8 years agoadded test to runTestMode
Paul Cruz [Tue, 20 Jun 2017 00:29:15 +0000 (17:29 -0700)] 
added test to runTestMode

8 years agofixed for loop declaration, fixed test case
Paul Cruz [Tue, 20 Jun 2017 00:18:43 +0000 (17:18 -0700)] 
fixed for loop declaration, fixed test case

8 years agowrote a test for dictionary corpus
Paul Cruz [Tue, 20 Jun 2017 00:13:00 +0000 (17:13 -0700)] 
wrote a test for dictionary corpus

8 years agochanging for loop declaration
Paul Cruz [Mon, 19 Jun 2017 23:39:57 +0000 (16:39 -0700)] 
changing for loop declaration

8 years agofor loop declaration not allowed
Paul Cruz [Mon, 19 Jun 2017 23:38:51 +0000 (16:38 -0700)] 
for loop declaration not allowed

8 years agoscope change
Paul Cruz [Mon, 19 Jun 2017 23:32:38 +0000 (16:32 -0700)] 
scope change

8 years agochanged scope so that warning disappears
Paul Cruz [Mon, 19 Jun 2017 23:28:40 +0000 (16:28 -0700)] 
changed scope so that warning disappears

8 years agochanged scope to get rid of mixed code/variables warning
Paul Cruz [Mon, 19 Jun 2017 23:27:05 +0000 (16:27 -0700)] 
changed scope to get rid of mixed code/variables warning

8 years agoadded in struct to keep functions more orderly
Paul Cruz [Mon, 19 Jun 2017 23:23:00 +0000 (16:23 -0700)] 
added in struct to keep functions more orderly

8 years agomade some small changes to dictInfo struct and initDictInfo
Paul Cruz [Mon, 19 Jun 2017 23:05:05 +0000 (16:05 -0700)] 
made some small changes to dictInfo struct and initDictInfo

8 years agocleaning up code
Paul Cruz [Mon, 19 Jun 2017 22:55:01 +0000 (15:55 -0700)] 
cleaning up code

8 years agoadded comment to anotate decompressed error code
Paul Cruz [Mon, 19 Jun 2017 21:21:35 +0000 (14:21 -0700)] 
added comment to anotate decompressed error code

8 years agosmall stylistic changes
Paul Cruz [Mon, 19 Jun 2017 21:20:35 +0000 (14:20 -0700)] 
small stylistic changes

8 years agochanged if statement styling
Paul Cruz [Mon, 19 Jun 2017 21:07:56 +0000 (14:07 -0700)] 
changed if statement styling

8 years agoadded calls to free to match calls to malloc, made some stylistic changes, added...
Paul Cruz [Mon, 19 Jun 2017 21:02:27 +0000 (14:02 -0700)] 
added calls to free to match calls to malloc, made some stylistic changes, added init function for new struct

8 years agogot files to decompress
Paul Cruz [Mon, 19 Jun 2017 20:21:50 +0000 (13:21 -0700)] 
got files to decompress

8 years agofixed decompression so that it uses compressed version
Paul Cruz [Mon, 19 Jun 2017 18:40:45 +0000 (11:40 -0700)] 
fixed decompression so that it uses compressed version

8 years agomade changes so that HUF_writeCTable no longer fails
Paul Cruz [Mon, 19 Jun 2017 18:27:50 +0000 (11:27 -0700)] 
made changes so that HUF_writeCTable no longer fails

8 years agosmall style changes
Paul Cruz [Mon, 19 Jun 2017 16:24:38 +0000 (09:24 -0700)] 
small style changes

8 years agofixing general style
Paul Cruz [Fri, 16 Jun 2017 01:06:32 +0000 (18:06 -0700)] 
fixing general style

8 years agoadd print statements for debugging and change malloc with updated size
Paul Cruz [Thu, 15 Jun 2017 18:37:24 +0000 (11:37 -0700)] 
add print statements for debugging and change malloc with updated size

8 years agoadded print statements for debugging, fixed first segfault
Paul Cruz [Thu, 15 Jun 2017 16:47:29 +0000 (09:47 -0700)] 
added print statements for debugging, fixed first segfault

8 years agochanged samples to geometric distribution so that it is huffman compressible
Paul Cruz [Thu, 15 Jun 2017 01:06:16 +0000 (18:06 -0700)] 
changed samples to geometric distribution so that it is huffman compressible

8 years agochanged dictionary from using fixed amount of bytes for the header / entropy tables
Paul Cruz [Thu, 15 Jun 2017 00:23:56 +0000 (17:23 -0700)] 
changed dictionary from using fixed amount of bytes for the header / entropy tables

8 years agochanged randomly generated samples to randomly selected from the dictionary content
Paul Cruz [Wed, 14 Jun 2017 23:42:51 +0000 (16:42 -0700)] 
changed randomly generated samples to randomly selected from the dictionary content

8 years agoadded error message to catch case where size not given
Paul Cruz [Wed, 14 Jun 2017 19:04:22 +0000 (12:04 -0700)] 
added error message to catch case where size not given

8 years agocode refactoring and adding some print statements for debugging
Paul Cruz [Wed, 14 Jun 2017 17:54:47 +0000 (10:54 -0700)] 
code refactoring and adding some print statements for debugging

8 years agodebugging error with finalizeDictionary() not writing dictionary properly
Paul Cruz [Wed, 14 Jun 2017 00:27:02 +0000 (17:27 -0700)] 
debugging error with finalizeDictionary() not writing dictionary properly

8 years agochanged makefile to include zdict functions, wrote out dictionary to path
Paul Cruz [Tue, 13 Jun 2017 21:19:35 +0000 (14:19 -0700)] 
changed makefile to include zdict functions, wrote out dictionary to path

8 years agoadded code to generate dictionary using finalizeDictionary
Paul Cruz [Tue, 13 Jun 2017 18:54:43 +0000 (11:54 -0700)] 
added code to generate dictionary using finalizeDictionary

8 years agoadded code to extend the offset when a dictionary is detected
Paul Cruz [Fri, 9 Jun 2017 16:48:56 +0000 (09:48 -0700)] 
added code to extend the offset when a dictionary is detected

8 years agomade sure dictionary ID was being written in the frame header of each file
Paul Cruz [Fri, 9 Jun 2017 00:27:15 +0000 (17:27 -0700)] 
made sure dictionary ID was being written in the frame header of each file

8 years agoset the lower bits of frame header descriptor if dictionary is needed
Paul Cruz [Fri, 9 Jun 2017 00:11:33 +0000 (17:11 -0700)] 
set the lower bits of frame header descriptor if dictionary is needed

8 years agoadded code for generating dictionary/test files randomly. Still need to make sure...
Paul Cruz [Fri, 9 Jun 2017 00:06:30 +0000 (17:06 -0700)] 
added code for generating dictionary/test files randomly. Still need to make sure dictionary ID matches

8 years agoMerge pull request #1 from facebook/dev
Paul Cruz [Sat, 3 Jun 2017 17:11:35 +0000 (10:11 -0700)] 
Merge pull request #1 from facebook/dev

Merge pull request #716 from paulcruz74/dev

8 years agoMerge pull request #716 from paulcruz74/dev
Yann Collet [Fri, 2 Jun 2017 19:34:18 +0000 (12:34 -0700)] 
Merge pull request #716 from paulcruz74/dev

VS2005 Support Changes

8 years agoadded a project support notice for VS2005 716/head
Paul Cruz [Fri, 2 Jun 2017 17:28:56 +0000 (10:28 -0700)] 
added a project support notice for VS2005

8 years agoadded back documentation/notification for VS2005 in build directory
Paul Cruz [Fri, 2 Jun 2017 17:25:30 +0000 (10:25 -0700)] 
added back documentation/notification for VS2005 in build directory

8 years agoRemoved VS2005 from the list of included projects
Paul Cruz [Fri, 2 Jun 2017 17:11:03 +0000 (10:11 -0700)] 
Removed VS2005 from the list of included projects

8 years agoadding zstd/zstd.vcproj because it was ignored during initial commit
Paul Cruz [Fri, 2 Jun 2017 04:25:39 +0000 (21:25 -0700)] 
adding zstd/zstd.vcproj because it was ignored during initial commit

8 years agoMoved VS2005 to the contrib directory
Paul Cruz [Fri, 2 Jun 2017 04:18:48 +0000 (21:18 -0700)] 
Moved VS2005 to the contrib directory

8 years agoMerge pull request #712 from terrelln/dev
Yann Collet [Fri, 26 May 2017 16:48:12 +0000 (18:48 +0200)] 
Merge pull request #712 from terrelln/dev

[linux-kernel] Fix formatting and Makefile

8 years ago[linux-kernel] Fix duplicate symbols when built-in to kernel 712/head
Nick Terrell [Fri, 26 May 2017 01:34:13 +0000 (18:34 -0700)] 
[linux-kernel] Fix duplicate symbols when built-in to kernel

8 years agoMerge pull request #711 from ldv-alt/dev
Yann Collet [Fri, 26 May 2017 00:31:33 +0000 (02:31 +0200)] 
Merge pull request #711 from ldv-alt/dev

Fix typo in libzstd.a-mt make rules

8 years agoFix typo in libzstd.a-mt make rules 711/head
Dmitry V. Levin [Thu, 25 May 2017 23:43:05 +0000 (23:43 +0000)] 
Fix typo in libzstd.a-mt make rules

The macro name is ZSTD_MULTITHREAD, not ZSTD_MULTHREAD.

Fixes: ca6fae78080d ("Add MT enabled targets for libzstd")
8 years ago[linux-kernel] Fix clang-format edge case with goto labels
Nick Terrell [Thu, 25 May 2017 20:56:46 +0000 (13:56 -0700)] 
[linux-kernel] Fix clang-format edge case with goto labels

8 years agoMerge pull request #710 from terrelln/dev
Yann Collet [Wed, 24 May 2017 22:10:17 +0000 (00:10 +0200)] 
Merge pull request #710 from terrelln/dev

[linux-kernel] Minor formatting changes

8 years ago[linux-kernel] Fix some up clang-format edge cases 710/head
Nick Terrell [Wed, 24 May 2017 20:52:36 +0000 (13:52 -0700)] 
[linux-kernel] Fix some up clang-format edge cases

8 years ago[zstd] Fix up formatting edge cases for clang-format
Nick Terrell [Wed, 24 May 2017 20:50:10 +0000 (13:50 -0700)] 
[zstd] Fix up formatting edge cases for clang-format

8 years agoMerge pull request #709 from codicodi/fix-cmake
Yann Collet [Wed, 24 May 2017 18:56:47 +0000 (20:56 +0200)] 
Merge pull request #709 from codicodi/fix-cmake

CMake improvements

8 years agoCMake improvements 709/head
codicodi [Wed, 24 May 2017 08:48:10 +0000 (10:48 +0200)] 
CMake improvements

8 years agoMerge pull request #708 from terrelln/lk
Yann Collet [Mon, 22 May 2017 22:10:59 +0000 (00:10 +0200)] 
Merge pull request #708 from terrelln/lk

[linux-kernel] Update patches in response to comments

8 years agoMerge pull request #705 from terrelln/dev
Yann Collet [Mon, 22 May 2017 19:25:09 +0000 (21:25 +0200)] 
Merge pull request #705 from terrelln/dev

[libzstd] Allow users to define custom visibility

8 years ago[libzstd] Allow users to define custom visibility 705/head
Nick Terrell [Sat, 20 May 2017 01:01:59 +0000 (18:01 -0700)] 
[libzstd] Allow users to define custom visibility

8 years ago[linux-kernel] Fix a weird clang-format corner case 708/head
Nick Terrell [Wed, 17 May 2017 22:06:41 +0000 (15:06 -0700)] 
[linux-kernel] Fix a weird clang-format corner case

8 years ago[linux-kernel] Update tests Makefile 704/head
Nick Terrell [Wed, 17 May 2017 21:56:37 +0000 (14:56 -0700)] 
[linux-kernel] Update tests Makefile

8 years ago[linux-kernel] Update zstd.diff
Nick Terrell [Wed, 17 May 2017 21:52:12 +0000 (14:52 -0700)] 
[linux-kernel] Update zstd.diff

8 years ago[linux-kernel] Move ZSTD_STATIC_ASSERT to zstd_internal.h
Nick Terrell [Wed, 17 May 2017 21:51:41 +0000 (14:51 -0700)] 
[linux-kernel] Move ZSTD_STATIC_ASSERT to zstd_internal.h

8 years ago[linux-kernel] clang-format lib/zstd/
Nick Terrell [Wed, 17 May 2017 21:40:46 +0000 (14:40 -0700)] 
[linux-kernel] clang-format lib/zstd/

8 years ago[linux-kernel] Rename MEM_* functions to ZSTD_*
Nick Terrell [Wed, 17 May 2017 21:39:57 +0000 (14:39 -0700)] 
[linux-kernel] Rename MEM_* functions to ZSTD_*

8 years agoAdd clang-format config
Nick Terrell [Wed, 17 May 2017 19:27:58 +0000 (12:27 -0700)] 
Add clang-format config

8 years ago[linux-kernel] Dual license with GPLv2
Nick Terrell [Wed, 17 May 2017 18:58:53 +0000 (11:58 -0700)] 
[linux-kernel] Dual license with GPLv2

8 years agominor coding style update
Yann Collet [Wed, 17 May 2017 00:32:33 +0000 (17:32 -0700)] 
minor coding style update

reduced some long lines

8 years ago[linux-kernel] Update zstd.diff
Nick Terrell [Wed, 17 May 2017 00:21:22 +0000 (17:21 -0700)] 
[linux-kernel] Update zstd.diff

8 years agoRemove cross-platform macros and dead code
Nick Terrell [Wed, 17 May 2017 00:16:00 +0000 (17:16 -0700)] 
Remove cross-platform macros and dead code

8 years ago[linux-kernel] Fix whitespace edge case with script
Nick Terrell [Tue, 16 May 2017 23:55:52 +0000 (16:55 -0700)] 
[linux-kernel] Fix whitespace edge case with script

8 years ago[linux-kernel] Update kernelize.sh script for edge cases
Nick Terrell [Tue, 16 May 2017 23:55:03 +0000 (16:55 -0700)] 
[linux-kernel] Update kernelize.sh script for edge cases

8 years ago[linux-kernel] Don't undef current (use curr)
Nick Terrell [Tue, 16 May 2017 23:47:49 +0000 (16:47 -0700)] 
[linux-kernel] Don't undef current (use curr)

8 years agoMerge pull request #702 from facebook/newPrototype
Yann Collet [Tue, 16 May 2017 23:32:10 +0000 (01:32 +0200)] 
Merge pull request #702 from facebook/newPrototype

added prototype ZSTD_decompressBegin_usingDDict() (#700)

8 years agopedantic : added one error check 702/head
Yann Collet [Tue, 16 May 2017 23:28:24 +0000 (16:28 -0700)] 
pedantic : added one error check

on a function which (today) never fails.
But who knows, maybe tomorrow ...

8 years agoMerge pull request #701 from terrelln/lk-xxh
Yann Collet [Tue, 16 May 2017 23:18:10 +0000 (01:18 +0200)] 
Merge pull request #701 from terrelln/lk-xxh

[linux-kernel] Separate xxhash into its own module

8 years ago[linux-kernel] Remove unused variables in test 701/head
Nick Terrell [Tue, 16 May 2017 23:13:51 +0000 (16:13 -0700)] 
[linux-kernel] Remove unused variables in test

8 years agoadded prototype ZSTD_versionString()
Yann Collet [Tue, 16 May 2017 23:12:23 +0000 (16:12 -0700)] 
added prototype ZSTD_versionString()

8 years ago[linux-kernel] Update header comments
Nick Terrell [Tue, 16 May 2017 23:03:36 +0000 (16:03 -0700)] 
[linux-kernel] Update header comments

8 years agoadded prototype ZSTD_decompressBegin_usingDDict (#700)
Yann Collet [Tue, 16 May 2017 23:05:27 +0000 (16:05 -0700)] 
added prototype ZSTD_decompressBegin_usingDDict (#700)

8 years agoAdd zstd.diff
Nick Terrell [Tue, 16 May 2017 22:54:02 +0000 (15:54 -0700)] 
Add zstd.diff

8 years ago[linux-kernel] Separate xxhash into its own module
Nick Terrell [Tue, 16 May 2017 19:56:38 +0000 (12:56 -0700)] 
[linux-kernel] Separate xxhash into its own module

8 years agoremoved gcc compilation flag -Wbad-function-cast
Yann Collet [Tue, 16 May 2017 18:34:38 +0000 (11:34 -0700)] 
removed gcc compilation flag -Wbad-function-cast

It makes it more difficult to directly cast the result of a function,
requiring to store the result in an intermediate variable.
It does not necessarily help readability,
and this restriction can be difficult to overcome in some constructions,
like some macros.

also : fixed minor Visual conversion warnings in datagencli.c

8 years agofixed vla warning on linux
Yann Collet [Tue, 16 May 2017 01:15:08 +0000 (18:15 -0700)] 
fixed vla warning on linux

8 years agofixed redundant declarations in legacy v0.5 and v0.7 decoders
Yann Collet [Tue, 16 May 2017 00:44:04 +0000 (17:44 -0700)] 
fixed redundant declarations in legacy v0.5 and v0.7 decoders

triggered by new flag -Wredundant-decls

8 years agoadded several compilation flags
Yann Collet [Tue, 16 May 2017 00:15:46 +0000 (17:15 -0700)] 
added several compilation flags

8 years agoMerge pull request #696 from joscollin/wip-lib-legacy-fallthrough-warn
Yann Collet [Thu, 11 May 2017 17:45:01 +0000 (10:45 -0700)] 
Merge pull request #696 from joscollin/wip-lib-legacy-fallthrough-warn

lib/legacy: warning: this statement may fall through

8 years agoMerge pull request #695 from joscollin/wip-lib-compress-fallthrough-warn
Yann Collet [Thu, 11 May 2017 17:44:27 +0000 (10:44 -0700)] 
Merge pull request #695 from joscollin/wip-lib-compress-fallthrough-warn

lib/compress: warning: this statement may fall through

8 years agoMerge pull request #690 from joscollin/wip-lib-common-fallthrough-warning
Yann Collet [Thu, 11 May 2017 17:43:45 +0000 (10:43 -0700)] 
Merge pull request #690 from joscollin/wip-lib-common-fallthrough-warning

lib/common: warning: this statement may fall through

8 years agolib/legacy: warning: this statement may fall through 696/head
Jos Collin [Thu, 11 May 2017 08:57:34 +0000 (14:27 +0530)] 
lib/legacy: warning: this statement may fall through

The following warning appears during build at sevaral places.

../lib/legacy/zstd_v04.c:819:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
             case 7: bitD->bitContainer += (size_t)(((const BYTE*)(bitD->start))[6]) << (sizeof(size_t)*8 - 16);

../lib/legacy/zstd_v05.c:821:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
             case 7: bitD->bitContainer += (size_t)(((const BYTE*)(bitD->start))[6]) << (sizeof(size_t)*8 - 16);

../lib/legacy/zstd_v06.c:913:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
             case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16);

../lib/legacy/zstd_v07.c:583:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
             case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) <<
             (sizeof(bitD->bitContainer)*8 - 16);

Signed-off-by: Jos Collin <jcollin@redhat.com>
8 years agolib/compress: warning: this statement may fall through 695/head
Jos Collin [Thu, 11 May 2017 07:47:20 +0000 (13:17 +0530)] 
lib/compress: warning: this statement may fall through

The following warning appears during build.

../lib/compress/huf_compress.c: In function ‘HUF_compress1X_usingCTable’:
../lib/compress/huf_compress.c:444:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
     if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*4+7) HUF_FLUSHBITS(stream)
        ^
../lib/compress/huf_compress.c:465:18: note: in expansion of macro ‘HUF_FLUSHBITS_2’
                  HUF_FLUSHBITS_2(&bitC);
                  ^~~~~~~~~~~~~~~
../lib/compress/huf_compress.c:466:9: note: here
         case 2 : HUF_encodeSymbol(&bitC, ip[n+ 1], CTable);

../lib/compress/zstd_compress.c: In function ‘ZSTD_compressStream_generic’:
../lib/compress/zstd_compress.c:3366:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
                 zcs->streamStage = zcss_flush;   /* pass-through to flush stage */
                 ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../lib/compress/zstd_compress.c:3369:9: note: here
         case zcss_flush:

Signed-off-by: Jos Collin <jcollin@redhat.com>
8 years agolib/common: warning: this statement may fall through 690/head
Jos Collin [Tue, 9 May 2017 03:06:05 +0000 (08:36 +0530)] 
lib/common: warning: this statement may fall through

The following warning appears during the build. Fixed the review comments too.

zstd/lib/common/bitstream.h: In function ‘BIT_initDStream’:
zstd/lib/common/bitstream.h:277:33: warning: this statement may fall through [-Wimplicit-fallthrough=]
      case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) <<
      (sizeof(bitD->bitContainer)*8 - 16);

Signed-off-by: Jos Collin <jcollin@redhat.com>
8 years agoMerge pull request #692 from terrelln/btopt
Yann Collet [Thu, 11 May 2017 01:46:48 +0000 (18:46 -0700)] 
Merge pull request #692 from terrelln/btopt

Rename ZSTD_btopt2 to ZSTD_btultra

8 years agoUpdate whitespace 692/head
Nick Terrell [Thu, 11 May 2017 00:48:42 +0000 (17:48 -0700)] 
Update whitespace

8 years agoUpdate zstd.1.md to use btultra
Nick Terrell [Wed, 10 May 2017 23:51:18 +0000 (16:51 -0700)] 
Update zstd.1.md to use btultra

8 years agoMerge remote-tracking branch 'upstream/dev' into btopt
Nick Terrell [Wed, 10 May 2017 23:49:58 +0000 (16:49 -0700)] 
Merge remote-tracking branch 'upstream/dev' into btopt

* upstream/dev: (305 commits)
  added test for ZSTD_estimateCStreamSize()
  changed variable name, for clarity
  fixed ZSTD_estimateCStreamSize()
  shortened ZSTD_createCStream_Advanced()
  fixed symbols test
  added ZSTD_estimateDStreamSize()
  changed name frameParams into frameHeader
  regroup memory usage function declarations
  separated ZSTD_estimateCStreamSize() from ZSTD_estimateCCtxSize()
  bumped version number
  added ZSTD_estimateCDictSize() and ZSTD_estimateDDictSize()
  Updated ZSTD_freeCCtx()
  updated ZSTD_estimateCCtxSize()
  Updated ZSTD_sizeof_CCtx()
  merged CCtx and CStream as a single same object
  cli : -d and -t do not stop after a failed decompression
  added dev branch CircleCI badge
  added dev branch Appveyor badge
  keep dev branch status only
  creates a binary archive without the `programs` directory
  ...

8 years agoMerge pull request #689 from facebook/cctxMerge
Yann Collet [Wed, 10 May 2017 21:53:54 +0000 (14:53 -0700)] 
Merge pull request #689 from facebook/cctxMerge

Cctx merge

8 years agoadded test for ZSTD_estimateCStreamSize() 689/head
Yann Collet [Wed, 10 May 2017 18:30:19 +0000 (11:30 -0700)] 
added test for ZSTD_estimateCStreamSize()

8 years agochanged variable name, for clarity
Yann Collet [Wed, 10 May 2017 18:14:08 +0000 (11:14 -0700)] 
changed variable name, for clarity

fhiPtr -> zfhPtr
https://github.com/facebook/zstd/pull/689#discussion_r115638676

8 years agofixed ZSTD_estimateCStreamSize()
Yann Collet [Wed, 10 May 2017 18:08:00 +0000 (11:08 -0700)] 
fixed ZSTD_estimateCStreamSize()

https://github.com/facebook/zstd/pull/689#discussion_r115637721

8 years agoshortened ZSTD_createCStream_Advanced()
Yann Collet [Wed, 10 May 2017 18:06:06 +0000 (11:06 -0700)] 
shortened ZSTD_createCStream_Advanced()

https://github.com/facebook/zstd/pull/689#discussion_r115637613

8 years agofixed symbols test
Yann Collet [Tue, 9 May 2017 23:53:09 +0000 (16:53 -0700)] 
fixed symbols test