Skip to content

Commit 68dac0c

Browse files
author
Raphaël Rigo
committedAug 23, 2024
doc for 'base'
1 parent 25316e6 commit 68dac0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎Changelog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
* 202X-XX-XX: v1.6:
2+
* new `base` applet for easy radix conversion
13
* 2024-08-15: v1.5.1: small fix for `findso`
24
* 2024-08-14: v1.5:
35
* `slice` now supports specifying `end` relative to end of file
4-
* `findso`:
6+
* `findso`:
57
* add `-a` to look for the given function in all `.so` files in specified paths
68
* improve `ld.so.conf` parser to handle `include` directives
79
* 2024-05-20: v1.4:

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ for i in $(rsbkb list) ; do ln -s rsbkb $i ; done
102102
* `bgrep`: simple binary grep
103103
* `findso`: find which ELF shared library (.so) exports a given name/function
104104
* `inflate` and `deflate`: raw inflate/deflate compression, fault tolerant and with optional Zlib header support
105-
105+
* `base`: easy radix conversion of big integers
106106

107107
### Getting help
108108

0 commit comments

Comments
 (0)