Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-09 | Rearrange and merge some files in the fitz directory. | Tor Andersson | |
2009-12-03 | Consolidate include lines to a single fitz.h. | Tor Andersson | |
2009-11-20 | As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ↵ | Tor Andersson | |
get rid of large chunks of untested error handling code. This patch cleans up the handling of fz_obj. | |||
2009-04-26 | Get rid of that pesky warning about strdup not being available. | Sebastian Rasmussen | |
2009-04-24 | Use the correct format specifier for size_t in fz_strdup. | Ralph Giles | |
Prior to this patch, if the strdup failed, it would throw an error printing the number of bytes that could not be allocated. However, this was formatted as an int, while the actual argument passed is the return value of strdup itself, which is usually a size_t. This patch formats instead as an unsigned long, and adds a cast to ensure the types match even on platforms where this isn't already the case. | |||
2009-03-11 | Rename and prune some files and functions. | Tor Andersson | |
2009-03-11 | Add fz_catch function, and cause the throw/rethrow/catch functions to print ↵ | Tor Andersson | |
the errors immediately. | |||
2009-02-28 | Merge and move header files into the source directories. | Tor Andersson | |
2009-02-28 | Moved Fitz files into one directory. | Tor Andersson | |
2005-06-04 | new world order | Tor Andersson | |
2005-06-02 | metro package relationships | Tor Andersson | |
2005-03-30 | rename and shuffle -- part 2 | Tor Andersson | |