Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#1387 fixed Nicer formatting of the foreign-lambda result LemonBoy
Description

Instead of clumping all the strings together I'd say that putting each string on its own line enhances the readability both in the output file and in the CC's errors.

Here's a small patch that implements this.

#1393 fixed Feature request for message-digest Kon Lovett LemonBoy
Description

Just a small feature request: having a finalize-message-digest! procedure to finalize the digest into a user-supplied blob/string/vector would be very nice.

Moreover having a non-deprecated way to update a digest with only a subset of a blob/string would be also nice: while you can easily slice a string using substring (you do pay the price of a new allocation though) you can't do so with blobs.

Thank you for your work, message-digest is a nice piece of software!

#1394 fixed Missing hex->string in string-utils Kon Lovett LemonBoy
Description

Once again a feature request :) Having a hex->string procedure in string-utils would be very handy at times and also makes string->hex feel less alone!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.